[PATCH] arm: multi_v7_defconfig: Enable SND_ALOOP

Sen Wang sen at ti.com
Thu Jul 9 13:37:57 PDT 2026


Enable the generic PCM loopback driver for arm32, matching arm64 defconfig
(commit 7235cdd9cc52 ("arm64: defconfig: Enable SND_ALOOP")).

snd-aloop provides a virtual, cross-connected soundcard useful for
routing audio between applications, capturing playback on systems
without physical audio hardware, and automated audio pipeline
validation.

Signed-off-by: Sen Wang <sen at ti.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 70d05f74049e..ef9ea0ae55e3 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -789,6 +789,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
 CONFIG_SOUND=m
 CONFIG_SND=m
+CONFIG_SND_ALOOP=m
 CONFIG_SND_HDA_INPUT_BEEP=y
 CONFIG_SND_HDA_PATCH_LOADER=y
 CONFIG_SND_HDA_TEGRA=m
-- 
2.43.0




More information about the linux-arm-kernel mailing list