diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2020-02-13 16:51:55 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-13 21:57:23 +0100 |
commit | b82b734c0e9a75e1b956214ac523a8eb590f51f3 (patch) | |
tree | 78eb6e14cda1e483df86d917d590bb6fcc6f9145 /sound/soc/meson/Kconfig | |
parent | ASoC: meson: aiu: add i2s and spdif support (diff) | |
download | linux-b82b734c0e9a75e1b956214ac523a8eb590f51f3.tar.xz linux-b82b734c0e9a75e1b956214ac523a8eb590f51f3.zip |
ASoC: meson: aiu: add hdmi codec control support
Add the codec to codec component which handles the routing between
the audio producers (PCM and I2S) and the synopsys hdmi controller
on the amlogic GX SoC family
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20200213155159.3235792-6-jbrunet@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/meson/Kconfig')
-rw-r--r-- | sound/soc/meson/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index ca269dedfc7f..19de97ae4ce9 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -4,7 +4,9 @@ menu "ASoC support for Amlogic platforms" config SND_MESON_AIU tristate "Amlogic AIU" + select SND_MESON_CODEC_GLUE select SND_PCM_IEC958 + imply SND_SOC_HDMI_CODEC if DRM_MESON_DW_HDMI help Select Y or M to add support for the Audio output subsystem found in the Amlogic GX SoC family |