diff options
author | Brian Austin <brian.austin@cirrus.com> | 2014-05-05 16:09:08 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-05 21:20:22 -0400 |
commit | 272b5edd3b8fe51d4e22fbea996a8d6560b8d048 (patch) | |
tree | c99d632c93a3656a9a6198de29d3139a4027cc46 /sound/soc/codecs/Kconfig | |
parent | eba17e6868059849fc2ffa79aabdd5b59f229fb9 (diff) |
ASoC: Add support for CS42L56 CODEC
This patch adds support for the Cirrus Logic Low Power Stereo I2C CODEC
Signed-off-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index d739ba7baeff..755372509cc8 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -41,6 +41,7 @@ config SND_SOC_ALL_CODECS | |||
41 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC | 41 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC |
42 | select SND_SOC_CS42L51_I2C if I2C | 42 | select SND_SOC_CS42L51_I2C if I2C |
43 | select SND_SOC_CS42L52 if I2C && INPUT | 43 | select SND_SOC_CS42L52 if I2C && INPUT |
44 | select SND_SOC_CS42L56 if I2C && INPUT | ||
44 | select SND_SOC_CS42L73 if I2C | 45 | select SND_SOC_CS42L73 if I2C |
45 | select SND_SOC_CS4270 if I2C | 46 | select SND_SOC_CS4270 if I2C |
46 | select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI | 47 | select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI |
@@ -288,6 +289,10 @@ config SND_SOC_CS42L52 | |||
288 | tristate "Cirrus Logic CS42L52 CODEC" | 289 | tristate "Cirrus Logic CS42L52 CODEC" |
289 | depends on I2C && INPUT | 290 | depends on I2C && INPUT |
290 | 291 | ||
292 | config SND_SOC_CS42L56 | ||
293 | tristate "Cirrus Logic CS42L56 CODEC" | ||
294 | depends on I2C && INPUT | ||
295 | |||
291 | config SND_SOC_CS42L73 | 296 | config SND_SOC_CS42L73 |
292 | tristate "Cirrus Logic CS42L73 CODEC" | 297 | tristate "Cirrus Logic CS42L73 CODEC" |
293 | depends on I2C | 298 | depends on I2C |