diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-04 18:50:16 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-06 06:36:45 -0400 |
commit | 924914ee953f2ccf3a2d49bda08c9ce1046a0c58 (patch) | |
tree | 5faa53bfbe7b56d24b35e9a44192f94643fceea1 /sound/soc/codecs/Kconfig | |
parent | 15b5bdaeeb15e0c18cca3ce7449188ca46516721 (diff) |
ASoC: Add WM8776 CODEC driver
The WM8776 is a high performance, stereo audio CODEC with five channel
input selector. The WM8776 is ideal for surround sound processing
applications for home hi-fi, DVD-RW and other audio visual equipment.
This driver implements support for most WM8776 features - currently the
ADC automatic level control/limiter functionality is omitted.
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 fdfc5024e404..31a6d2111ed0 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -38,6 +38,7 @@ config SND_SOC_ALL_CODECS | |||
38 | select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI | 38 | select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI |
39 | select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI | 39 | select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI |
40 | select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI | 40 | select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI |
41 | select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI | ||
41 | select SND_SOC_WM8900 if I2C | 42 | select SND_SOC_WM8900 if I2C |
42 | select SND_SOC_WM8903 if I2C | 43 | select SND_SOC_WM8903 if I2C |
43 | select SND_SOC_WM8940 if I2C | 44 | select SND_SOC_WM8940 if I2C |
@@ -158,6 +159,9 @@ config SND_SOC_WM8750 | |||
158 | config SND_SOC_WM8753 | 159 | config SND_SOC_WM8753 |
159 | tristate | 160 | tristate |
160 | 161 | ||
162 | config SND_SOC_WM8776 | ||
163 | tristate | ||
164 | |||
161 | config SND_SOC_WM8900 | 165 | config SND_SOC_WM8900 |
162 | tristate | 166 | tristate |
163 | 167 | ||