diff options
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 2010-09-15 10:23:20 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-15 11:11:24 -0400 |
commit | 6d6f8b832705ca82ee8176dd87a39a1a45268af8 (patch) | |
tree | abf2e7b8754b8537be31431c6dcfeef37fc75008 /sound/soc/codecs/Kconfig | |
parent | 697378972d075e1b26ed2935bf44fb828c6191f5 (diff) |
ASoC: WM8985: Initial driver
The WM8985 is a low power, high quality, feature-rich stereo
CODEC designed for portable multimedia applications that
require low power consumption and high quality audio.
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 155c1276d1a1..4ccc2b72c3f6 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -67,6 +67,7 @@ config SND_SOC_ALL_CODECS | |||
67 | select SND_SOC_WM8971 if I2C | 67 | select SND_SOC_WM8971 if I2C |
68 | select SND_SOC_WM8974 if I2C | 68 | select SND_SOC_WM8974 if I2C |
69 | select SND_SOC_WM8978 if I2C | 69 | select SND_SOC_WM8978 if I2C |
70 | select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI | ||
70 | select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI | 71 | select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI |
71 | select SND_SOC_WM8990 if I2C | 72 | select SND_SOC_WM8990 if I2C |
72 | select SND_SOC_WM8993 if I2C | 73 | select SND_SOC_WM8993 if I2C |
@@ -269,6 +270,9 @@ config SND_SOC_WM8974 | |||
269 | config SND_SOC_WM8978 | 270 | config SND_SOC_WM8978 |
270 | tristate | 271 | tristate |
271 | 272 | ||
273 | config SND_SOC_WM8985 | ||
274 | tristate | ||
275 | |||
272 | config SND_SOC_WM8988 | 276 | config SND_SOC_WM8988 |
273 | tristate | 277 | tristate |
274 | 278 | ||