diff options
author | xuyuqing <xuyuqing@huaqin.corp-partner.google.com> | 2020-11-12 09:43:28 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-12 15:15:13 +0000 |
commit | e936619b7ce784c808a8e2524f712a89ef245920 (patch) | |
tree | 22709cca6f52f4f66014f8822a9ff3e0e65532bd /sound/soc/qcom/Kconfig | |
parent | 80e2b1208d87fc46b6980da99a173130082c7af4 (diff) |
ASoC: qcom: sc7180: Modify machine driver for sound card
Bypass set jack because there is no jack on coachz.
Create route for dmic.
Signed-off-by: xuyuqing <xuyuqing@huaqin.corp-partner.google.com>
Link: https://lore.kernel.org/r/20201112014328.695232-3-xuyuqing@huaqin.corp-partner.google.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/Kconfig')
-rw-r--r-- | sound/soc/qcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig index 41cb08bd5588..27f93006be96 100644 --- a/sound/soc/qcom/Kconfig +++ b/sound/soc/qcom/Kconfig @@ -145,6 +145,7 @@ config SND_SOC_SC7180 select SND_SOC_LPASS_SC7180 select SND_SOC_MAX98357A select SND_SOC_RT5682_I2C + select SND_SOC_ADAU7002 help To add support for audio on Qualcomm Technologies Inc. SC7180 SoC-based systems. |