aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-01-06 01:54:24 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-01-06 02:00:12 -0500
commit739be96ab83755e10fd0c2b6a34c8a73254527f7 (patch)
treeb66ddf4bec68ca42c4f209c2586476eab9d7b74d /sound/soc
parent7a748e4318909e680b3900e3b97ea42a92724c68 (diff)
ASoC: Fix build dependency for SND_ATMEL_SOC_SSC
Make SND_ATMEL_SOC_SSC select ATMEL_SSC to fix below build errors: LD .tmp_vmlinux1 sound/built-in.o: In function `atmel_ssc_remove': sound/soc/atmel/atmel_ssc_dai.c:713: undefined reference to `ssc_free' sound/built-in.o: In function `atmel_ssc_probe': sound/soc/atmel/atmel_ssc_dai.c:700: undefined reference to `ssc_request' sound/built-in.o: In function `atmel_ssc_set_audio': sound/soc/atmel/atmel_ssc_dai.c:845: undefined reference to `ssc_request' sound/soc/atmel/atmel_ssc_dai.c:851: undefined reference to `ssc_free' make: *** [.tmp_vmlinux1] Error 1 Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/atmel/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig
index d1fcc816ce97..a4d6742d61e3 100644
--- a/sound/soc/atmel/Kconfig
+++ b/sound/soc/atmel/Kconfig
@@ -9,6 +9,7 @@ config SND_ATMEL_SOC
9config SND_ATMEL_SOC_SSC 9config SND_ATMEL_SOC_SSC
10 tristate 10 tristate
11 depends on SND_ATMEL_SOC 11 depends on SND_ATMEL_SOC
12 select ATMEL_SSC
12 help 13 help
13 Say Y or M if you want to add support for codecs the 14 Say Y or M if you want to add support for codecs the
14 ATMEL SSC interface. You will also needs to select the individual 15 ATMEL SSC interface. You will also needs to select the individual