Skip to content

Commit

Permalink
ASoC: Fix i.MX audio build for i.MX3x
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Jan 17, 2010
1 parent 8380222 commit 157a777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/imx/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 157a777

Please sign in to comment.