From cf4ce59b3b70238352c7f1729f0f7223214828ad Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:46:19 +0000 Subject: [PATCH] rtl88x2CE_WiFi_linux add concurrent mode --- kernel/sound/soc/rockchip/Kconfig | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/kernel/sound/soc/rockchip/Kconfig b/kernel/sound/soc/rockchip/Kconfig index 337ead6..623cace 100644 --- a/kernel/sound/soc/rockchip/Kconfig +++ b/kernel/sound/soc/rockchip/Kconfig @@ -8,8 +8,12 @@ select the audio interfaces to support below. config SND_SOC_ROCKCHIP_DLP - tristate "Rockchip Digital Loopback Driver" + tristate + +config SND_SOC_ROCKCHIP_DLP_PCM + tristate "Rockchip Digital Loopback PCM Driver" depends on SND_SOC_ROCKCHIP + select SND_SOC_ROCKCHIP_DLP help Say Y or M if you want to add support for DLP driver for Rockchip DMA-Based Digital Loopback. @@ -42,6 +46,7 @@ config SND_SOC_ROCKCHIP_MULTI_DAIS tristate "Rockchip Multi-DAIS Device Driver" depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP + select SND_SOC_ROCKCHIP_DLP help Say Y or M if you want to add support for Multi-dais driver for Rockchip. -- Gitblit v1.6.2