diff options
author | apatard@mandriva.com <apatard@mandriva.com> | 2010-05-27 08:57:41 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-05-31 07:20:02 -0400 |
commit | 72ed5a8c9b057aeb779d161ac6fab1e98f091697 (patch) | |
tree | ceb67446354d214c6c858e0fa2919e0ff85c2fda /sound/soc/codecs/Kconfig | |
parent | ea762b047e13ba1cba4d58323b5c00a566610198 (diff) |
ASoC: Add driver for cs42l51
This patch is adding a ASoC driver for the cs42l51 from Cirrus Logic.
Master mode and spi mode are not supported.
Signed-off-by: Arnaud Patard <apatard@mandriva.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.ul>
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 31ac5538fe7..c37c84458b5 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -22,6 +22,7 @@ config SND_SOC_ALL_CODECS | |||
22 | select SND_SOC_AK4642 if I2C | 22 | select SND_SOC_AK4642 if I2C |
23 | select SND_SOC_AK4671 if I2C | 23 | select SND_SOC_AK4671 if I2C |
24 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC | 24 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC |
25 | select SND_SOC_CS42L51 if I2C | ||
25 | select SND_SOC_CS4270 if I2C | 26 | select SND_SOC_CS4270 if I2C |
26 | select SND_SOC_MAX9877 if I2C | 27 | select SND_SOC_MAX9877 if I2C |
27 | select SND_SOC_DA7210 if I2C | 28 | select SND_SOC_DA7210 if I2C |
@@ -120,6 +121,9 @@ config SND_SOC_AK4671 | |||
120 | config SND_SOC_CQ0093VC | 121 | config SND_SOC_CQ0093VC |
121 | tristate | 122 | tristate |
122 | 123 | ||
124 | config SND_SOC_CS42L51 | ||
125 | tristate | ||
126 | |||
123 | # Cirrus Logic CS4270 Codec | 127 | # Cirrus Logic CS4270 Codec |
124 | config SND_SOC_CS4270 | 128 | config SND_SOC_CS4270 |
125 | tristate | 129 | tristate |