Merge branch 'for-2.6.30' into for-2.6.31
[pandora-kernel.git] / sound / soc / fsl / Makefile
1 # Simple machine driver that extracts configuration from the OF device tree
2 obj-$(CONFIG_SND_SOC_OF_SIMPLE) += soc-of-simple.o
3
4 # MPC8610 HPCD Machine Support
5 snd-soc-mpc8610-hpcd-objs := mpc8610_hpcd.o
6 obj-$(CONFIG_SND_SOC_MPC8610_HPCD) += snd-soc-mpc8610-hpcd.o
7
8 # MPC8610 Platform Support
9 snd-soc-fsl-ssi-objs := fsl_ssi.o
10 snd-soc-fsl-dma-objs := fsl_dma.o
11 obj-$(CONFIG_SND_SOC_MPC8610) += snd-soc-fsl-ssi.o snd-soc-fsl-dma.o
12
13 obj-$(CONFIG_SND_SOC_MPC5200_I2S) += mpc5200_psc_i2s.o
14