diff options
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 2010-09-29 06:14:56 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-30 16:32:21 -0400 |
commit | 33cf45c80f7dc96ff228387add4474b14ff5e1e2 (patch) | |
tree | 8f674876e47ba4dc398b6ab72a160b3d038add8b /sound/soc/codecs/Kconfig | |
parent | 6b90b55ccc7c8ad12dd21ae536ab7747313df927 (diff) |
ASoC: WM8804: Initial driver
The WM8804 is a high performance consumer mode S/PDIF transceiver with
support for 1 received channel and 1 transmitted channel.
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 4ccc2b72c3f6..ff7b922a0f41 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -56,6 +56,7 @@ config SND_SOC_ALL_CODECS | |||
56 | select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI | 56 | select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI |
57 | select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI | 57 | select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI |
58 | select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI | 58 | select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI |
59 | select SND_SOC_WM8804 if SND_SOC_I2C_AND_SPI | ||
59 | select SND_SOC_WM8900 if I2C | 60 | select SND_SOC_WM8900 if I2C |
60 | select SND_SOC_WM8903 if I2C | 61 | select SND_SOC_WM8903 if I2C |
61 | select SND_SOC_WM8904 if I2C | 62 | select SND_SOC_WM8904 if I2C |
@@ -237,6 +238,9 @@ config SND_SOC_WM8753 | |||
237 | config SND_SOC_WM8776 | 238 | config SND_SOC_WM8776 |
238 | tristate | 239 | tristate |
239 | 240 | ||
241 | config SND_SOC_WM8804 | ||
242 | tristate | ||
243 | |||
240 | config SND_SOC_WM8900 | 244 | config SND_SOC_WM8900 |
241 | tristate | 245 | tristate |
242 | 246 | ||