2009-08-04 11:17:52 -04:00
|
|
|
# i.MX Platform Support
|
2010-01-06 12:50:29 -05:00
|
|
|
snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o
|
2009-08-04 11:17:52 -04:00
|
|
|
|
2009-11-25 10:41:04 -05:00
|
|
|
ifdef CONFIG_MACH_MX27
|
|
|
|
snd-soc-imx-objs += imx-pcm-dma-mx2.o
|
|
|
|
endif
|
|
|
|
|
|
|
|
obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o
|
2009-08-04 11:18:02 -04:00
|
|
|
|
|
|
|
# i.MX Machine Support
|
2010-02-10 05:42:33 -05:00
|
|
|
snd-soc-phycore-ac97-objs := phycore-ac97.o
|
|
|
|
obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o
|