diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-10 06:55:15 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-11 09:49:46 -0400 |
commit | aaf1e176fa9a96fe1eea33b710684bba066aedc1 (patch) | |
tree | 931a0284f060880c302e7c4eaa42cc507ca71ac2 /sound/soc/codecs/Kconfig | |
parent | 5706d5013212c8afcb9fe5332ee6442488280c66 (diff) |
ASoC: Add initial driver for the WM8400 CODEC
The WM8400 is a highly integrated audio CODEC and power management unit
intended for mobile multimedia application. This driver supports the
primary audio CODEC features, including:
- 1W speaker driver
- Fully differential headphone output
- Up to 4 differential microphone inputs
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 a1af311e7f06..b6c7f7a01cb0 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -26,6 +26,7 @@ config SND_SOC_ALL_CODECS | |||
26 | select SND_SOC_UDA134X | 26 | select SND_SOC_UDA134X |
27 | select SND_SOC_UDA1380 if I2C | 27 | select SND_SOC_UDA1380 if I2C |
28 | select SND_SOC_WM8350 if MFD_WM8350 | 28 | select SND_SOC_WM8350 if MFD_WM8350 |
29 | select SND_SOC_WM8400 if MFD_WM8400 | ||
29 | select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI | 30 | select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI |
30 | select SND_SOC_WM8580 if I2C | 31 | select SND_SOC_WM8580 if I2C |
31 | select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI | 32 | select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI |
@@ -110,6 +111,9 @@ config SND_SOC_UDA1380 | |||
110 | config SND_SOC_WM8350 | 111 | config SND_SOC_WM8350 |
111 | tristate | 112 | tristate |
112 | 113 | ||
114 | config SND_SOC_WM8400 | ||
115 | tristate | ||
116 | |||
113 | config SND_SOC_WM8510 | 117 | config SND_SOC_WM8510 |
114 | tristate | 118 | tristate |
115 | 119 | ||