diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-08-20 14:35:10 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-20 15:11:56 +0200 |
commit | 351b31002c1853af078ebfffd4b67bfc3d19e3dd (patch) | |
tree | afb27bcd46ed34253bf148d1010cb3a42fe79e20 /sound/soc/meson/Kconfig | |
parent | ASoC: meson: axg-tdm-formatter: free reset on device removal (diff) | |
download | linux-351b31002c1853af078ebfffd4b67bfc3d19e3dd.tar.xz linux-351b31002c1853af078ebfffd4b67bfc3d19e3dd.zip |
ASoC: meson: g12a-tohdmitx: require regmap mmio
The tohdmitx glue uses regmap MMIO so it should require it.
Fixes: c8609f3870f7 ("ASoC: meson: add g12a tohdmitx control")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20190820123510.22491-1-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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 63b38c123103..2e3676147cea 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -87,6 +87,7 @@ config SND_MESON_AXG_PDM config SND_MESON_G12A_TOHDMITX tristate "Amlogic G12A To HDMI TX Control Support" + select REGMAP_MMIO imply SND_SOC_HDMI_CODEC help Select Y or M to add support for HDMI audio on the g12a SoC |