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