diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-13 14:33:14 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-14 14:44:53 +0000 |
commit | 71cfc9028d762419ce4dea62b4afc9c32c4b4820 (patch) | |
tree | cf1441120fe54600e0152c829bf2372742131ae6 /sound/soc/codecs/Kconfig | |
parent | 2bef901071448e0c86af8edb4797cd5f81b6240d (diff) | |
download | op-kernel-dev-71cfc9028d762419ce4dea62b4afc9c32c4b4820.zip op-kernel-dev-71cfc9028d762419ce4dea62b4afc9c32c4b4820.tar.gz |
ASoC: Add WM8728 codec driver
The WM8728 is a high performance stereo DAC designed for applications
such as DVD, home theatre and digital TV.
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 b73c36a..8a84460 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -13,6 +13,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_UDA1380 if I2C select SND_SOC_WM8510 if (I2C || SPI_MASTER) select SND_SOC_WM8580 if I2C + select SND_SOC_WM8728 if (I2C || SPI_MASTER) select SND_SOC_WM8731 if (I2C || SPI_MASTER) select SND_SOC_WM8750 if (I2C || SPI_MASTER) select SND_SOC_WM8753 if (I2C || SPI_MASTER) @@ -93,6 +94,9 @@ config SND_SOC_WM8510 config SND_SOC_WM8580 tristate +config SND_SOC_WM8728 + tristate + config SND_SOC_WM8731 tristate |