[PATCH] arm: multi_v7_defconfig: Enable SND_ALOOP

From: Sen Wang

Date: Thu Jul 09 2026 - 16:43:15 EST


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@xxxxxx>
---
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