blob: 4bde34a3a8787d32fe8e61fe2dba241fedaa5fe2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# i.MX Platform Support
snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o imx-pcm-dma-mx2.o
ifdef CONFIG_MACH_MX27
snd-soc-imx-objs += imx-pcm-dma-mx2.o
endif
obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o
# i.MX Machine Support
|