summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/Makefile
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2020-12-06 11:41:59 +0100
committerMark Brown <broonie@kernel.org>2020-12-08 15:20:35 +0100
commit6a5f850aa83a1d844d27e3e53ca2f247e55d438b (patch)
tree4b8bcbc9b1a3e0fa0a6246dc079f6d0a17e97077 /sound/soc/fsl/Makefile
parentASoC: dt-bindings: imx-hdmi: Add binding doc for hdmi machine driver (diff)
downloadlinux-6a5f850aa83a1d844d27e3e53ca2f247e55d438b.tar.xz
linux-6a5f850aa83a1d844d27e3e53ca2f247e55d438b.zip
ASoC: fsl: Add imx-hdmi machine driver
The driver is initially designed for sound card using HDMI interface on i.MX platform. There is internal HDMI IP or external HDMI modules connect with SAI or AUD2HTX interface. It supports both transmitter and receiver devices. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Acked-by: Nicolin Chen <nicoleotsuka@gmail.com> Link: https://lore.kernel.org/r/1607251319-5821-2-git-send-email-shengjiu.wang@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/Makefile')
-rw-r--r--sound/soc/fsl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/fsl/Makefile b/sound/soc/fsl/Makefile
index 0b20e038b65b..8c5fa8a859c0 100644
--- a/sound/soc/fsl/Makefile
+++ b/sound/soc/fsl/Makefile
@@ -65,9 +65,11 @@ snd-soc-imx-es8328-objs := imx-es8328.o
snd-soc-imx-sgtl5000-objs := imx-sgtl5000.o
snd-soc-imx-spdif-objs := imx-spdif.o
snd-soc-imx-audmix-objs := imx-audmix.o
+snd-soc-imx-hdmi-objs := imx-hdmi.o
obj-$(CONFIG_SND_SOC_EUKREA_TLV320) += snd-soc-eukrea-tlv320.o
obj-$(CONFIG_SND_SOC_IMX_ES8328) += snd-soc-imx-es8328.o
obj-$(CONFIG_SND_SOC_IMX_SGTL5000) += snd-soc-imx-sgtl5000.o
obj-$(CONFIG_SND_SOC_IMX_SPDIF) += snd-soc-imx-spdif.o
obj-$(CONFIG_SND_SOC_IMX_AUDMIX) += snd-soc-imx-audmix.o
+obj-$(CONFIG_SND_SOC_IMX_HDMI) += snd-soc-imx-hdmi.o