aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2009-12-13 23:21:56 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-12-16 12:31:04 -0500
commit98615454f66175e923f239ab1d1bd85cd618363e (patch)
tree39643e632d173e8b47b66ed7cc2d399adfc1c6c0 /sound/soc/codecs/Kconfig
parent7c4e6492205b677a5786b85bcf72ce7c8f4adf15 (diff)
ASoC: Add DA7210 codec device support for ALSA
This original driver was created by Dialog Semiconductor, and cleanuped by Kuninori Morimoto. Special thanks to David Chen. This became very simple ASoC codec driver, and it is tested by EcoVec24 board. Signed-off-by: David Chen <Dajun.chen@diasemi.com> Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.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/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 011d3ab7e64a..691abe7df087 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -23,6 +23,7 @@ config SND_SOC_ALL_CODECS
23 select SND_SOC_AK4671 if I2C 23 select SND_SOC_AK4671 if I2C
24 select SND_SOC_CS4270 if I2C 24 select SND_SOC_CS4270 if I2C
25 select SND_SOC_MAX9877 if I2C 25 select SND_SOC_MAX9877 if I2C
26 select SND_SOC_DA7210 if I2C
26 select SND_SOC_PCM3008 27 select SND_SOC_PCM3008
27 select SND_SOC_SPDIF 28 select SND_SOC_SPDIF
28 select SND_SOC_SSM2602 if I2C 29 select SND_SOC_SSM2602 if I2C
@@ -113,6 +114,9 @@ config SND_SOC_AK4671
113config SND_SOC_CS4270 114config SND_SOC_CS4270
114 tristate 115 tristate
115 116
117config SND_SOC_DA7210
118 tristate
119
116# Cirrus Logic CS4270 Codec VD = 3.3V Errata 120# Cirrus Logic CS4270 Codec VD = 3.3V Errata
117# Select if you are affected by the errata where the part will not function 121# Select if you are affected by the errata where the part will not function
118# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will 122# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will