diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-06 17:50:29 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-17 11:10:01 +0000 |
commit | 157a777c8e809bd0c703e3f7617b3539df30feff (patch) | |
tree | 7768e0c17920847b46f51cf7e56e3112bc654eb9 /sound/soc/imx | |
parent | 8380222ec9458d38a4e0cc3cb688ad7fff311df4 (diff) | |
download | op-kernel-dev-157a777c8e809bd0c703e3f7617b3539df30feff.zip op-kernel-dev-157a777c8e809bd0c703e3f7617b3539df30feff.tar.gz |
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 <broonie@opensource.wolfsonmicro.com>
Acked-by: Javier Martin <javier.martin@vista-silicon.com>
Diffstat (limited to 'sound/soc/imx')
-rw-r--r-- | sound/soc/imx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |