diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2010-10-29 09:47:44 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-01 13:58:44 -0400 |
commit | 473f89fff76568a9f30c53b458e6323d48b0ab95 (patch) | |
tree | 496788340726fcef6a58f9cc5e6daa679ef392ea /sound/soc | |
parent | 6e1bd1ab1d9ab8e83cdc940df82fbf8418e2593f (diff) |
ASoC: Fix SND_SOC_ALL_CODECS typo for alc5623
Include alc5623.c in SND_SOC_ALL_CODECS when dependencies are met.
Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 8d11fbd1b1aa..e61fbab48aa2 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -22,7 +22,7 @@ config SND_SOC_ALL_CODECS | |||
22 | select SND_SOC_AK4535 if I2C | 22 | select SND_SOC_AK4535 if I2C |
23 | select SND_SOC_AK4642 if I2C | 23 | select SND_SOC_AK4642 if I2C |
24 | select SND_SOC_AK4671 if I2C | 24 | select SND_SOC_AK4671 if I2C |
25 | select SND_SOC_ALC562 if I2C | 25 | select SND_SOC_ALC5623 if I2C |
26 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC | 26 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC |
27 | select SND_SOC_CS42L51 if I2C | 27 | select SND_SOC_CS42L51 if I2C |
28 | select SND_SOC_CS4270 if I2C | 28 | select SND_SOC_CS4270 if I2C |