2009-08-04 22:17:52 +07:00
|
|
|
# i.MX Platform Support
|
2010-01-07 00:50:29 +07:00
|
|
|
snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o
|
2009-08-04 22:17:52 +07:00
|
|
|
|
2009-11-25 22:41:04 +07: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 22:18:02 +07:00
|
|
|
|
|
|
|
# i.MX Machine Support
|
2010-02-10 17:42:33 +07:00
|
|
|
snd-soc-phycore-ac97-objs := phycore-ac97.o
|
2010-02-23 18:15:34 +07:00
|
|
|
snd-soc-wm1133-ev1-objs := wm1133-ev1.o
|
|
|
|
|
2010-02-10 17:42:33 +07:00
|
|
|
obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o
|
2010-02-23 18:15:34 +07:00
|
|
|
obj-$(CONFIG_SND_MXC_SOC_WM1133_EV1) += snd-soc-wm1133-ev1.o
|