diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-06-09 04:55:51 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-06-12 12:16:06 -0400 |
commit | 74dc55ed5b709e4a2a538252f98ea62358df82ce (patch) | |
tree | 6fd35ef79ba87f510afd87379f5159813428783e /sound/soc/codecs/Kconfig | |
parent | 0e09b67e5886bf549ab14ef73de35d64ac867e2b (diff) |
ASoC: Add WM8961 driver
The WM8961 is a low power, high quality stereo CODEC designed for
portable digital applications with headphone and stereo class D speaker
drivers.
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 bbc97fd76648..021dbdfa5b92 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -39,6 +39,7 @@ config SND_SOC_ALL_CODECS | |||
39 | select SND_SOC_WM8903 if I2C | 39 | select SND_SOC_WM8903 if I2C |
40 | select SND_SOC_WM8940 if I2C | 40 | select SND_SOC_WM8940 if I2C |
41 | select SND_SOC_WM8960 if I2C | 41 | select SND_SOC_WM8960 if I2C |
42 | select SND_SOC_WM8961 if I2C | ||
42 | select SND_SOC_WM8971 if I2C | 43 | select SND_SOC_WM8971 if I2C |
43 | select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI | 44 | select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI |
44 | select SND_SOC_WM8990 if I2C | 45 | select SND_SOC_WM8990 if I2C |
@@ -156,6 +157,9 @@ config SND_SOC_WM8940 | |||
156 | config SND_SOC_WM8960 | 157 | config SND_SOC_WM8960 |
157 | tristate | 158 | tristate |
158 | 159 | ||
160 | config SND_SOC_WM8961 | ||
161 | tristate | ||
162 | |||
159 | config SND_SOC_WM8971 | 163 | config SND_SOC_WM8971 |
160 | tristate | 164 | tristate |
161 | 165 | ||