[alsa-devel] [PATCH 2/4] ASoC: Fix i.MX audio build for i.MX3x
Mark Brown
broonie at opensource.wolfsonmicro.com
Fri Jan 8 17:19:56 CET 2010
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 at opensource.wolfsonmicro.com>
---
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
--
1.6.6
More information about the Alsa-devel
mailing list