diff options
author | Brian Austin <brian.austin@cirrus.com> | 2011-11-16 13:32:27 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-17 11:46:40 -0500 |
commit | 6d10c91493a0b32744f649776744f898d27ea303 (patch) | |
tree | 2511a3ed3a589f4cc332473154a2022840155166 /sound/soc/codecs/Kconfig | |
parent | 086834e2d2bdf74e4e53bee9ee5359dfe849da1a (diff) |
ASoC: Add support for CS42L73 codec
This patch adds support for the Cirrus Logic CS42L73 low power stereo
codec.
Signed-off-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Georgi Vlaev <joe@nucleusys.com>
Acked-by: Vinod Koul <vinod.koul@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 684cc1570689..686f45a07f34 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -29,6 +29,7 @@ config SND_SOC_ALL_CODECS | |||
29 | select SND_SOC_ALC5632 if I2C | 29 | select SND_SOC_ALC5632 if I2C |
30 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC | 30 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC |
31 | select SND_SOC_CS42L51 if I2C | 31 | select SND_SOC_CS42L51 if I2C |
32 | select SND_SOC_CS42L73 if I2C | ||
32 | select SND_SOC_CS4270 if I2C | 33 | select SND_SOC_CS4270 if I2C |
33 | select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI | 34 | select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI |
34 | select SND_SOC_CX20442 | 35 | select SND_SOC_CX20442 |
@@ -178,6 +179,9 @@ config SND_SOC_CQ0093VC | |||
178 | config SND_SOC_CS42L51 | 179 | config SND_SOC_CS42L51 |
179 | tristate | 180 | tristate |
180 | 181 | ||
182 | config SND_SOC_CS42L73 | ||
183 | tristate | ||
184 | |||
181 | # Cirrus Logic CS4270 Codec | 185 | # Cirrus Logic CS4270 Codec |
182 | config SND_SOC_CS4270 | 186 | config SND_SOC_CS4270 |
183 | tristate | 187 | tristate |