diff options
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 2010-11-05 14:41:25 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-06 11:35:39 -0400 |
commit | c046fd4dd613b22b35379665a8f7656d17bde0b3 (patch) | |
tree | 8bda7f89f726739812811aba461350c7cc3014b4 /sound/soc/codecs/Kconfig | |
parent | 3a45b8672d3f8542e430e7a5c7366ec9bdded054 (diff) |
ASoC: WM8770: Initial driver
The WM8770 is a high performance, multi-channel audio
codec. The WM8770 is ideal for surround sound processing
applications for home hi-fi, automotive and other audio
visual equipment.
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 e61fbab48aa2..6ebd3a685b2c 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -58,6 +58,7 @@ config SND_SOC_ALL_CODECS | |||
58 | select SND_SOC_WM8741 if SND_SOC_I2C_AND_SPI | 58 | select SND_SOC_WM8741 if SND_SOC_I2C_AND_SPI |
59 | select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI | 59 | select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI |
60 | select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI | 60 | select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI |
61 | select SND_SOC_WM8770 if SPI_MASTER | ||
61 | select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI | 62 | select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI |
62 | select SND_SOC_WM8804 if SND_SOC_I2C_AND_SPI | 63 | select SND_SOC_WM8804 if SND_SOC_I2C_AND_SPI |
63 | select SND_SOC_WM8900 if I2C | 64 | select SND_SOC_WM8900 if I2C |
@@ -244,6 +245,9 @@ config SND_SOC_WM8750 | |||
244 | config SND_SOC_WM8753 | 245 | config SND_SOC_WM8753 |
245 | tristate | 246 | tristate |
246 | 247 | ||
248 | config SND_SOC_WM8770 | ||
249 | tristate | ||
250 | |||
247 | config SND_SOC_WM8776 | 251 | config SND_SOC_WM8776 |
248 | tristate | 252 | tristate |
249 | 253 | ||