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>
This commit is contained in:
parent
8380222ec9
commit
157a777c8e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue