diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-05-15 15:18:58 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-16 13:13:35 +0200 |
commit | c8609f3870f7078fc7922eb816ed4908a9bd44f3 (patch) | |
tree | 8c8869efb250745895a912767c41a199a9888da6 /sound/soc/meson/Kconfig | |
parent | ASoC: meson: axg-card: add basic codec-to-codec link support (diff) | |
download | linux-c8609f3870f7078fc7922eb816ed4908a9bd44f3.tar.xz linux-c8609f3870f7078fc7922eb816ed4908a9bd44f3.zip |
ASoC: meson: add g12a tohdmitx control
Add support for the hdmitx control glue of the Amlogic g12a SoC family.
This glue links the 3 TDM and 2 SPDIF output interfaces of the SoC to
the related inputs of the Synopsys HDMI controller found in these SoCs.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Tested-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/meson/Kconfig')
-rw-r--r-- | sound/soc/meson/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 8779fe23671d..4e5b4d4f3531 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -56,6 +56,7 @@ config SND_MESON_AXG_SOUND_CARD imply SND_MESON_AXG_SPDIFOUT imply SND_MESON_AXG_SPDIFIN imply SND_MESON_AXG_PDM + imply SND_MESON_G12A_TOHDMITX if DRM_MESON_DW_HDMI help Select Y or M to add support for the AXG SoC sound card @@ -82,4 +83,11 @@ config SND_MESON_AXG_PDM help Select Y or M to add support for PDM input embedded in the Amlogic AXG SoC family + +config SND_MESON_G12A_TOHDMITX + tristate "Amlogic G12A To HDMI TX Control Support" + imply SND_SOC_HDMI_CODEC + help + Select Y or M to add support for HDMI audio on the g12a SoC + family endmenu |