diff options
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 2010-09-15 15:23:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-15 16:11:24 +0100 |
commit | 6d6f8b832705ca82ee8176dd87a39a1a45268af8 (patch) | |
tree | abf2e7b8754b8537be31431c6dcfeef37fc75008 /sound/soc/codecs/Kconfig | |
parent | 697378972d075e1b26ed2935bf44fb828c6191f5 (diff) | |
download | blackbird-op-linux-6d6f8b832705ca82ee8176dd87a39a1a45268af8.tar.gz blackbird-op-linux-6d6f8b832705ca82ee8176dd87a39a1a45268af8.zip |
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 select SND_SOC_WM8971 if I2C select SND_SOC_WM8974 if I2C select SND_SOC_WM8978 if I2C + select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI select SND_SOC_WM8990 if I2C select SND_SOC_WM8993 if I2C @@ -269,6 +270,9 @@ config SND_SOC_WM8974 config SND_SOC_WM8978 tristate +config SND_SOC_WM8985 + tristate + config SND_SOC_WM8988 tristate |