Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: omap2plus_defconfig: Enable SND_ALOOP
@ 2026-07-08 22:10 Sen Wang
  0 siblings, 0 replies; only message in thread
From: Sen Wang @ 2026-07-08 22:10 UTC (permalink / raw)
  To: Aaro Koskinen, Andreas Kemnade, Kevin Hilman, Roger Quadros,
	Tony Lindgren, Russell King
  Cc: linux-omap, linux-arm-kernel, linux-kernel, Sen Wang

Enable the generic PCM loopback driver on AM335x, AM437x, and AM57x
platforms, matching arm64 defconfig (commit 7235cdd9cc52 ("arm64:
defconfig: Enable SND_ALOOP")).

snd-aloop lets a test setup loop audio between capture and playback
without external hardware, which is useful for automated audio path
validation on these boards.

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

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 0464f6552169..f488a2f66d7e 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -520,6 +520,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
 CONFIG_LOGO=y
 CONFIG_SOUND=m
 CONFIG_SND=m
+CONFIG_SND_ALOOP=m
 CONFIG_SND_OSSEMUL=y
 CONFIG_SND_MIXER_OSS=m
 CONFIG_SND_PCM_OSS=m
-- 
2.43.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-08 22:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-08 22:10 [PATCH] ARM: omap2plus_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