writeback: split writeback_inodes_wb
[linux-2.6/next.git] / sound / soc / imx / Makefile
blob2d203635ac116e6126c08fd3626af7cdc49088cc
1 # i.MX Platform Support
2 snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o
4 ifdef CONFIG_MACH_MX27
5 snd-soc-imx-objs += imx-pcm-dma-mx2.o
6 endif
8 obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o
10 # i.MX Machine Support
11 snd-soc-phycore-ac97-objs := phycore-ac97.o
12 snd-soc-wm1133-ev1-objs := wm1133-ev1.o
14 obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o
15 obj-$(CONFIG_SND_MXC_SOC_WM1133_EV1) += snd-soc-wm1133-ev1.o