From 2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 20 Nov 2023 10:14:59 +0000 Subject: [PATCH] otg change to host --- kernel/sound/soc/codecs/Kconfig | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/kernel/sound/soc/codecs/Kconfig b/kernel/sound/soc/codecs/Kconfig index ff3c7fc..d57ba80 100644 --- a/kernel/sound/soc/codecs/Kconfig +++ b/kernel/sound/soc/codecs/Kconfig @@ -135,6 +135,7 @@ select SND_SOC_RK3228 select SND_SOC_RK3308 select SND_SOC_RK3328 + select SND_SOC_RK3528 select SND_SOC_RK817 if I2C select SND_SOC_RT274 if I2C select SND_SOC_RT286 if I2C @@ -840,6 +841,10 @@ select REGMAP_MMIO tristate "Rockchip RK3328 CODEC" +config SND_SOC_RK3528 + select REGMAP_MMIO + tristate "Rockchip RK3528 CODEC" + config SND_SOC_RK630 tristate "Rockchip RK630 CODEC" depends on MFD_RK630 -- Gitblit v1.6.2