From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- kernel/sound/soc/codecs/Kconfig | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/kernel/sound/soc/codecs/Kconfig b/kernel/sound/soc/codecs/Kconfig index cb3b581..836c9e1 100644 --- a/kernel/sound/soc/codecs/Kconfig +++ b/kernel/sound/soc/codecs/Kconfig @@ -164,6 +164,7 @@ imply SND_SOC_RK3528 imply SND_SOC_RK730 imply SND_SOC_RK817 + imply SND_SOC_ROCKCHIP_SPI_CODEC imply SND_SOC_RT274 imply SND_SOC_RT286 imply SND_SOC_RT298 @@ -1170,6 +1171,15 @@ default m if SND_SOC_RT286=m default m if SND_SOC_RT298=m +config SND_SOC_ROCKCHIP_SPI_CODEC + tristate "SPI CODEC" + depends on ARCH_ROCKCHIP + depends on SPI_MASTER + select REGMAP_SPI + help + Enable support for a remote audio dsp which act as a codec. + Control the adsp by spi. + config SND_SOC_RT274 tristate depends on I2C @@ -1393,6 +1403,7 @@ config SND_SOC_STAC9766 tristate depends on SND_SOC_AC97_BUS + select REGMAP_AC97 config SND_SOC_STI_SAS tristate "codec Audio support for STI SAS codec" @@ -1804,7 +1815,7 @@ config SND_SOC_ZL38060 tristate "Microsemi ZL38060 Connected Home Audio Processor" depends on SPI_MASTER - select GPIOLIB + depends on GPIOLIB select REGMAP help Support for ZL38060 Connected Home Audio Processor from Microsemi, -- Gitblit v1.6.2