aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-06-20 09:05:46 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-06-20 09:05:46 -0400
commitb45416656f55d880ab5a976be11bca720eff16c4 (patch)
treea76f782dff61cb71c6f1e063fab6f444827e66b2 /sound/soc/codecs
parent20630c7f5966419dd6a1f00b669a7771e228510a (diff)
ASoC: Fix sorting of DA7210 entries in Kconfig
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index c37c84458b58..af81c28ba6f5 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -24,8 +24,8 @@ config SND_SOC_ALL_CODECS
24 select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC 24 select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC
25 select SND_SOC_CS42L51 if I2C 25 select SND_SOC_CS42L51 if I2C
26 select SND_SOC_CS4270 if I2C 26 select SND_SOC_CS4270 if I2C
27 select SND_SOC_MAX9877 if I2C
28 select SND_SOC_DA7210 if I2C 27 select SND_SOC_DA7210 if I2C
28 select SND_SOC_MAX9877 if I2C
29 select SND_SOC_PCM3008 29 select SND_SOC_PCM3008
30 select SND_SOC_SPDIF 30 select SND_SOC_SPDIF
31 select SND_SOC_SSM2602 if I2C 31 select SND_SOC_SSM2602 if I2C
@@ -128,9 +128,6 @@ config SND_SOC_CS42L51
128config SND_SOC_CS4270 128config SND_SOC_CS4270
129 tristate 129 tristate
130 130
131config SND_SOC_DA7210
132 tristate
133
134# Cirrus Logic CS4270 Codec VD = 3.3V Errata 131# Cirrus Logic CS4270 Codec VD = 3.3V Errata
135# Select if you are affected by the errata where the part will not function 132# Select if you are affected by the errata where the part will not function
136# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will 133# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
@@ -145,6 +142,9 @@ config SND_SOC_CX20442
145config SND_SOC_L3 142config SND_SOC_L3
146 tristate 143 tristate
147 144
145config SND_SOC_DA7210
146 tristate
147
148config SND_SOC_PCM3008 148config SND_SOC_PCM3008
149 tristate 149 tristate
150 150