forked from Minki/linux
dc641378b5
This is an I2S bus driver for the MPC5200 PSC device. It depends on the soc-of helper functions to match a PSC device with a codec based on data in the device tree. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
12 lines
350 B
Makefile
12 lines
350 B
Makefile
# Simple machine driver that extracts configuration from the OF device tree
|
|
obj-$(CONFIG_SND_SOC_OF_SIMPLE) += soc-of-simple.o
|
|
|
|
# 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
|
|
|
|
obj-$(CONFIG_SND_SOC_MPC5200_I2S) += mpc5200_psc_i2s.o
|
|
|