diff options
author | Trevor Wu <trevor.wu@mediatek.com> | 2021-08-19 16:41:42 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-08-24 19:13:59 +0100 |
commit | e581e3014cc4acee9025aa5704cf85a36a572b95 (patch) | |
tree | 59a8d572774f7ddcf18f6a328ffdcc18ba0ac557 /sound/soc/mediatek/Kconfig | |
parent | 40d605df0a7bf7723ed690f502f364c5320de440 (diff) | |
download | linux-e581e3014cc4acee9025aa5704cf85a36a572b95.tar.bz2 |
ASoC: mediatek: mt8195: add DPTX audio support
This patch adds DPTX audio support on mt8195-mt6359-rt1019-rt5682 board.
Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
Link: https://lore.kernel.org/r/20210819084144.18483-10-trevor.wu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/Kconfig')
-rw-r--r-- | sound/soc/mediatek/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig index bfee954d0c7c..cf567a89f421 100644 --- a/sound/soc/mediatek/Kconfig +++ b/sound/soc/mediatek/Kconfig @@ -202,6 +202,7 @@ config SND_SOC_MT8195_MT6359_RT1019_RT5682 select SND_SOC_RT1015P select SND_SOC_RT5682_I2C select SND_SOC_DMIC + select SND_SOC_HDMI_CODEC help This adds ASoC driver for Mediatek MT8195 boards with the MT6359 RT1019 RT5682 audio codec. |