diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2020-12-06 11:41:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-08 15:20:35 +0100 |
commit | 6a5f850aa83a1d844d27e3e53ca2f247e55d438b (patch) | |
tree | 4b8bcbc9b1a3e0fa0a6246dc079f6d0a17e97077 /sound/soc/fsl/Kconfig | |
parent | ASoC: dt-bindings: imx-hdmi: Add binding doc for hdmi machine driver (diff) | |
download | linux-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/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 24710decd38a..84db0b7b9d59 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -305,6 +305,18 @@ config SND_SOC_IMX_AUDMIX Say Y if you want to add support for SoC audio on an i.MX board with an Audio Mixer. +config SND_SOC_IMX_HDMI + tristate "SoC Audio support for i.MX boards with HDMI port" + select SND_SOC_FSL_SAI + select SND_SOC_FSL_AUD2HTX + select SND_SOC_HDMI_CODEC + help + ALSA SoC Audio support with HDMI feature for Freescale SoCs that have + SAI/AUD2HTX and connect with internal HDMI IP or external module + SII902X. + Say Y if you want to add support for SoC audio on an i.MX board with + IMX HDMI. + endif # SND_IMX_SOC endmenu |