diff options
author | Cheng-Yi Chiang <cychiang@chromium.org> | 2019-10-28 15:19:28 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-10-29 12:31:01 +0000 |
commit | bf2f64ea6594066081b0d30b128fa4947e83e737 (patch) | |
tree | 97489264e6e918c70311a5a7509d599efa457ee3 /sound/soc/rockchip/Kconfig | |
parent | 05b754f5f41c1ea5366c37c8f0ee04c4b4899ff9 (diff) |
ASoC: rockchip_max98090: Add HDMI jack support
In machine driver, create a jack and let hdmi-codec report jack status.
Signed-off-by: Cheng-Yi Chiang <cychiang@chromium.org>
Link: https://lore.kernel.org/r/20191028071930.145899-5-cychiang@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip/Kconfig')
-rw-r--r-- | sound/soc/rockchip/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/rockchip/Kconfig b/sound/soc/rockchip/Kconfig index b43657e6e655..d610b553ea3b 100644 --- a/sound/soc/rockchip/Kconfig +++ b/sound/soc/rockchip/Kconfig @@ -40,9 +40,10 @@ config SND_SOC_ROCKCHIP_MAX98090 select SND_SOC_ROCKCHIP_I2S select SND_SOC_MAX98090 select SND_SOC_TS3A227E + select SND_SOC_HDMI_CODEC help Say Y or M here if you want to add support for SoC audio on Rockchip - boards using the MAX98090 codec, such as Veyron. + boards using the MAX98090 codec and HDMI codec, such as Veyron. config SND_SOC_ROCKCHIP_RT5645 tristate "ASoC support for Rockchip boards using a RT5645/RT5650 codec" |