diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2020-02-21 16:36:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-21 17:39:04 +0100 |
commit | af2618a2eee8531e134c42194143c2f4faef94ba (patch) | |
tree | 70fc7ff1e0cc1278cfc6834f701c3a9fbf6f7899 /sound/soc/meson/Kconfig | |
parent | ASoC: meson: g12a: add toacodec dt-binding documentation (diff) | |
download | linux-af2618a2eee8531e134c42194143c2f4faef94ba.tar.xz linux-af2618a2eee8531e134c42194143c2f4faef94ba.zip |
ASoC: meson: g12a: add internal DAC glue driver
Add support for the internal audio DAC glue found on the Amlogic g12a
and sm1 SoC families. This allows to connect the TDM outputs of the SoC
to the internal t9015 audio DAC.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20200221153607.1585499-3-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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index d27e9180b453..8b6295283989 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -109,6 +109,15 @@ config SND_MESON_GX_SOUND_CARD help Select Y or M to add support for the GXBB/GXL SoC sound card +config SND_MESON_G12A_TOACODEC + tristate "Amlogic G12A To Internal DAC Control Support" + select SND_MESON_CODEC_GLUE + select REGMAP_MMIO + imply SND_SOC_MESON_T9015 + help + Select Y or M to add support for the internal audio DAC on the + g12a SoC family + config SND_MESON_G12A_TOHDMITX tristate "Amlogic G12A To HDMI TX Control Support" select REGMAP_MMIO |