mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
841a451f68
Visstrim_M10 boards have an external tlcv320aic3205 codec attached to SSI1. This driver glues together both interfaces. External amplifier is not supported in this first version. Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
19 lines
737 B
Makefile
19 lines
737 B
Makefile
# i.MX Platform Support
|
|
snd-soc-imx-objs := imx-ssi.o
|
|
snd-soc-imx-fiq-objs := imx-pcm-fiq.o
|
|
snd-soc-imx-mx2-objs := imx-pcm-dma-mx2.o
|
|
|
|
obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o
|
|
obj-$(CONFIG_SND_MXC_SOC_FIQ) += snd-soc-imx-fiq.o
|
|
obj-$(CONFIG_SND_MXC_SOC_MX2) += snd-soc-imx-mx2.o
|
|
|
|
# i.MX Machine Support
|
|
snd-soc-eukrea-tlv320-objs := eukrea-tlv320.o
|
|
snd-soc-phycore-ac97-objs := phycore-ac97.o
|
|
snd-soc-mx27vis-aic32x4-objs := mx27vis-aic32x4.o
|
|
snd-soc-wm1133-ev1-objs := wm1133-ev1.o
|
|
|
|
obj-$(CONFIG_SND_SOC_EUKREA_TLV320) += snd-soc-eukrea-tlv320.o
|
|
obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o
|
|
obj-$(CONFIG_SND_SOC_MX27VIS_AIC32X4) += snd-soc-mx27vis-aic32x4.o
|
|
obj-$(CONFIG_SND_MXC_SOC_WM1133_EV1) += snd-soc-wm1133-ev1.o
|