diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2016-10-20 17:20:46 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-10-24 20:02:31 +0300 |
commit | 150db8c5afa10c43597dbc4db1c3e4af630e2ac0 (patch) | |
tree | f8cc7fd8cb61f35ad1b4b7bcb805f4f7b9486bec /sound/soc/codecs/Kconfig | |
parent | 585e881e5b9e9b495978e93fcf4ed3fedb0b8cdb (diff) | |
download | linux-150db8c5afa10c43597dbc4db1c3e4af630e2ac0.tar.xz |
ASoC: codecs: Add msm8916-wcd digital codec
msm8916-wcd codec is found in Qualcomm msm8916 and apq8016 processors.
This codec IP is split in to two parts(Digital & Analog).
Analog part is integrated in to PMIC PM8916 and the digital part is
integrated into Application processor. Data transfer between Analog and
Digital Die is done via a internal bus called PDM.
This patch adds support to Digital part of the Codec which is integrated
into Application Processor.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 4a98ce65b993..28c7b84f13a5 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -585,6 +585,9 @@ config SND_SOC_MSM8916_WCD_ANALOG tristate "Qualcomm MSM8916 WCD Analog Codec" depends on SPMI || COMPILE_TEST +config SND_SOC_MSM8916_WCD_DIGITAL + tristate "Qualcomm MSM8916 WCD DIGITAL Codec" + config SND_SOC_PCM1681 tristate "Texas Instruments PCM1681 CODEC" depends on I2C |