You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
309 B
12 lines
309 B
# i.MX Platform Support
|
|
snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o
|
|
|
|
ifdef CONFIG_MACH_MX27
|
|
snd-soc-imx-objs += imx-pcm-dma-mx2.o
|
|
endif
|
|
|
|
obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o
|
|
|
|
# i.MX Machine Support
|
|
snd-soc-phycore-ac97-objs := phycore-ac97.o
|
|
obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o
|
|
|