2008-07-29 18:42:28 +08:00
|
|
|
# Simple machine driver that extracts configuration from the OF device tree
|
|
|
|
obj-$(CONFIG_SND_SOC_OF_SIMPLE) += soc-of-simple.o
|
|
|
|
|
2008-01-12 01:15:26 +08:00
|
|
|
# MPC8610 HPCD Machine Support
|
|
|
|
obj-$(CONFIG_SND_SOC_MPC8610_HPCD) += mpc8610_hpcd.o
|
|
|
|
|
|
|
|
# MPC8610 Platform Support
|
|
|
|
obj-$(CONFIG_SND_SOC_MPC8610) += fsl_ssi.o fsl_dma.o
|
|
|
|
|
2008-07-29 18:42:30 +08:00
|
|
|
obj-$(CONFIG_SND_SOC_MPC5200_I2S) += mpc5200_psc_i2s.o
|
|
|
|
|