From e9ad0067cbb1418ae1487b383312009223205941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=98=B3?= <12968288+menxing@user.noreply.gitee.com> Date: Tue, 22 Apr 2025 09:46:39 +0000 Subject: [PATCH] =?UTF-8?q?update=20linux-6.6/rk3568/arch/arm64=5Fdefconfi?= =?UTF-8?q?g.=20alsa=E6=9E=B6=E6=9E=84=E9=9F=B3=E9=A2=91=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李阳 <12968288+menxing@user.noreply.gitee.com> --- linux-6.6/rk3568/arch/arm64_defconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-6.6/rk3568/arch/arm64_defconfig b/linux-6.6/rk3568/arch/arm64_defconfig index 2baa91d..17e701a 100644 --- a/linux-6.6/rk3568/arch/arm64_defconfig +++ b/linux-6.6/rk3568/arch/arm64_defconfig @@ -3623,8 +3623,8 @@ CONFIG_DUMMY_CONSOLE_ROWS=25 # CONFIG_LOGO is not set # end of Graphics support -# CONFIG_SOUND is not set -# CONFIG_SND is not set +CONFIG_SOUND=y +CONFIG_SND=y CONFIG_SND_TIMER=y CONFIG_SND_PCM=y CONFIG_SND_PCM_ELD=y @@ -5411,7 +5411,7 @@ CONFIG_DRIVERS_HDF_USB_F_GENERIC=y CONFIG_DRIVERS_HDF_AUDIO_HDMI=y CONFIG_DRIVERS_HDF_AUDIO_USB=y # CONFIG_DRIVERS_HDF_AUDIO_CAP_REPORT is not set -CONFIG_DRIVERS_HDF_AUDIO_RK3568=y +#CONFIG_DRIVERS_HDF_AUDIO_RK3568=y CONFIG_DRIVERS_HDF_AUDIO_ANA_HEADSET=y CONFIG_DRIVERS_HDF_VIBRATOR_LINEAR=y # CONFIG_DRIVERS_HDF_DSOFTBUS is not set -- Gitee