aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2010-01-27 12:56:23 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-01-27 15:55:35 -0500
commit0d34e91596ef537c2893a031f0483014bb82adf3 (patch)
tree140e86285b303ee43359b0545994534bcea2ce66 /sound/soc/codecs/Kconfig
parent583b2be626b047eeb4f9a26721e38fe4992b2d02 (diff)
ASoC: add a WM8978 codec driver
The WM8978 codec from Wolfson Microelectronics is very similar to wm8974, but is stereo and also has some differences in pin configuration and internal signal routing. This driver is based on wm8974 and takes the differences into account. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 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/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 62ff26a08a2f..0aad72fc1961 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -57,6 +57,7 @@ config SND_SOC_ALL_CODECS
57 select SND_SOC_WM8961 if I2C 57 select SND_SOC_WM8961 if I2C
58 select SND_SOC_WM8971 if I2C 58 select SND_SOC_WM8971 if I2C
59 select SND_SOC_WM8974 if I2C 59 select SND_SOC_WM8974 if I2C
60 select SND_SOC_WM8978 if I2C
60 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI 61 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
61 select SND_SOC_WM8990 if I2C 62 select SND_SOC_WM8990 if I2C
62 select SND_SOC_WM8993 if I2C 63 select SND_SOC_WM8993 if I2C
@@ -230,6 +231,9 @@ config SND_SOC_WM8971
230config SND_SOC_WM8974 231config SND_SOC_WM8974
231 tristate 232 tristate
232 233
234config SND_SOC_WM8978
235 tristate
236
233config SND_SOC_WM8988 237config SND_SOC_WM8988
234 tristate 238 tristate
235 239