diff options
author | Ian Lartey <ian@opensource.wolfsonmicro.com> | 2010-07-30 19:32:11 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-03 02:38:15 -0400 |
commit | 992bee401c06872175056bc5567cb3ebab098cb5 (patch) | |
tree | 14e3087d84a8e64e583d1387a1cf50206be4bb0b /sound/soc/codecs/Kconfig | |
parent | 988b0dc1547f9f6a7c8cae472cad0a55df31818c (diff) |
ASoC: Initial WM8741 CODEC driver
The WM8741 is a very high performance stereo DAC designed for audio
applications such as professional recording systems, A/V receivers and
high specification CD, DVD and home theatre systems. The device supports
PCM data input word lengths from 16 to 32-bits and sampling rates up to
192kHz. The WM8741 also supports DSD bit-stream data format, in both
direct DSD and PCM-converted DSD modes.
TODO: Expand wm8741_set_dai_sysclk and rate_constraint members to
allow for all supported sample rate / Master Clock frequency combinations.
Fully enable control of supplies.
Signed-off-by: Ian Lartey <ian@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 55bc2beffb3a..83f5c67d3c41 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -50,6 +50,7 @@ config SND_SOC_ALL_CODECS | |||
50 | select SND_SOC_WM8727 | 50 | select SND_SOC_WM8727 |
51 | select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI | 51 | select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI |
52 | select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI | 52 | select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI |
53 | select SND_SOC_WM8741 if SND_SOC_I2C_AND_SPI | ||
53 | select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI | 54 | select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI |
54 | select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI | 55 | select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI |
55 | select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI | 56 | select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI |
@@ -214,6 +215,9 @@ config SND_SOC_WM8728 | |||
214 | config SND_SOC_WM8731 | 215 | config SND_SOC_WM8731 |
215 | tristate | 216 | tristate |
216 | 217 | ||
218 | config SND_SOC_WM8741 | ||
219 | tristate | ||
220 | |||
217 | config SND_SOC_WM8750 | 221 | config SND_SOC_WM8750 |
218 | tristate | 222 | tristate |
219 | 223 | ||