From b130c529c59f9086b562669da598aca2417854fb Mon Sep 17 00:00:00 2001 From: "cherry.chen" Date: Wed, 8 Aug 2018 18:03:58 +0800 Subject: [PATCH] arm64: configs: rk3308_linux_defconfig: enable aloop driver Because of resample, some speaker processing(such as EQ/DRC) cannot be done after dmix in alsa. Enable aloop driver make them can be handled between virtual hardware to the real hardware. Change-Id: I86242f67d89fb38361a7f8d6d8cf4294cdaba685 Signed-off-by: Cherry Chen --- arch/arm64/configs/rk3308_linux_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/rk3308_linux_defconfig b/arch/arm64/configs/rk3308_linux_defconfig index e5eac3b5654e..97026304ba86 100644 --- a/arch/arm64/configs/rk3308_linux_defconfig +++ b/arch/arm64/configs/rk3308_linux_defconfig @@ -154,7 +154,7 @@ CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_HRTIMER=y # CONFIG_SND_SUPPORT_OLD_API is not set -# CONFIG_SND_DRIVERS is not set +CONFIG_SND_ALOOP=y # CONFIG_SND_SPI is not set CONFIG_SND_SOC=y CONFIG_SND_SOC_ROCKCHIP=y