* [PATCH] arm: multi_v7_defconfig: Enable SND_ALOOP
@ 2026-07-09 20:37 Sen Wang
0 siblings, 0 replies; only message in thread
From: Sen Wang @ 2026-07-09 20:37 UTC (permalink / raw)
To: Russell King, Krzysztof Kozlowski, Arnd Bergmann, Linus Walleij,
Kevin Hilman, Eric Biggers, Takashi Iwai, Kory Maincent,
Andreas Kemnade
Cc: linux-arm-kernel, linux-kernel, Sen Wang
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@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-09 20:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 20:37 [PATCH] arm: multi_v7_defconfig: Enable SND_ALOOP Sen Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox