diff options
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 2011-07-15 08:51:30 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-15 10:39:53 -0400 |
commit | 6b3860b0a20a790fb26ca67aadcba0714e879667 (patch) | |
tree | ecb650c7bce805578301a865b14418899276b1fc /sound/soc/codecs/Kconfig | |
parent | 47d90a03ebd44951060a6284316ecd0cb3aaf3e2 (diff) |
ASoC: WM8983: Initial driver
The WM8983 is a low power, high quality stereo CODEC
designed for portable multimedia applications. Highly flexible
analogue mixing functions enable new application features,
combining hi-fi quality audio with voice communication.
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.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 ff43405752a1..36a030f1d1f5 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -87,6 +87,7 @@ config SND_SOC_ALL_CODECS | |||
87 | select SND_SOC_WM8971 if I2C | 87 | select SND_SOC_WM8971 if I2C |
88 | select SND_SOC_WM8974 if I2C | 88 | select SND_SOC_WM8974 if I2C |
89 | select SND_SOC_WM8978 if I2C | 89 | select SND_SOC_WM8978 if I2C |
90 | select SND_SOC_WM8983 if SND_SOC_I2C_AND_SPI | ||
90 | select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI | 91 | select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI |
91 | select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI | 92 | select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI |
92 | select SND_SOC_WM8990 if I2C | 93 | select SND_SOC_WM8990 if I2C |
@@ -354,6 +355,9 @@ config SND_SOC_WM8974 | |||
354 | config SND_SOC_WM8978 | 355 | config SND_SOC_WM8978 |
355 | tristate | 356 | tristate |
356 | 357 | ||
358 | config SND_SOC_WM8983 | ||
359 | tristate | ||
360 | |||
357 | config SND_SOC_WM8985 | 361 | config SND_SOC_WM8985 |
358 | tristate | 362 | tristate |
359 | 363 | ||