From: Mark Brown Date: Wed, 6 Jan 2010 17:50:29 +0000 (+0000) Subject: ASoC: Fix i.MX audio build for i.MX3x X-Git-Tag: v2.6.34-rc1~3^2~3^2~73^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=157a777c8e809bd0c703e3f7617b3539df30feff;p=profile%2Fivi%2Fkernel-x86-ivi.git ASoC: Fix i.MX audio build for i.MX3x Don't unconditionally include the i.MX2x DMA driver, the arch/arm functions it uses aren't available for i.MX3x. Signed-off-by: Mark Brown Acked-by: Javier Martin --- diff --git a/sound/soc/imx/Makefile b/sound/soc/imx/Makefile index 4bde34a..d05cc95 100644 --- a/sound/soc/imx/Makefile +++ b/sound/soc/imx/Makefile @@ -1,5 +1,5 @@ # i.MX Platform Support -snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o imx-pcm-dma-mx2.o +snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o ifdef CONFIG_MACH_MX27 snd-soc-imx-objs += imx-pcm-dma-mx2.o