Skip to content

Commit

Permalink
ASoC: Fix sorting of DA7210 entries in Kconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jun 20, 2010
1 parent 20630c7 commit b454166
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ config SND_SOC_ALL_CODECS
select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC
select SND_SOC_CS42L51 if I2C
select SND_SOC_CS4270 if I2C
select SND_SOC_MAX9877 if I2C
select SND_SOC_DA7210 if I2C
select SND_SOC_MAX9877 if I2C
select SND_SOC_PCM3008
select SND_SOC_SPDIF
select SND_SOC_SSM2602 if I2C
Expand Down Expand Up @@ -128,9 +128,6 @@ config SND_SOC_CS42L51
config SND_SOC_CS4270
tristate

config SND_SOC_DA7210
tristate

# Cirrus Logic CS4270 Codec VD = 3.3V Errata
# Select if you are affected by the errata where the part will not function
# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
Expand All @@ -145,6 +142,9 @@ config SND_SOC_CX20442
config SND_SOC_L3
tristate

config SND_SOC_DA7210
tristate

config SND_SOC_PCM3008
tristate

Expand Down

0 comments on commit b454166

Please sign in to comment.