The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Sen Wang <sen@ti.com>
To: Russell King <linux@armlinux.org.uk>,
	Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>,
	Arnd Bergmann <arnd@arndb.de>,
	"Linus Walleij" <linusw@kernel.org>,
	Kevin Hilman <khilman@baylibre.com>,
	"Eric Biggers" <ebiggers@kernel.org>,
	Takashi Iwai <tiwai@suse.de>,
	Kory Maincent <kory.maincent@bootlin.com>,
	Andreas Kemnade <andreas@kemnade.info>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, Sen Wang <sen@ti.com>
Subject: [PATCH] arm: multi_v7_defconfig: Enable SND_ALOOP
Date: Thu, 9 Jul 2026 15:37:57 -0500	[thread overview]
Message-ID: <20260709203757.2401699-1-sen@ti.com> (raw)

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


                 reply	other threads:[~2026-07-09 20:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260709203757.2401699-1-sen@ti.com \
    --to=sen@ti.com \
    --cc=andreas@kemnade.info \
    --cc=arnd@arndb.de \
    --cc=ebiggers@kernel.org \
    --cc=khilman@baylibre.com \
    --cc=kory.maincent@bootlin.com \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=linusw@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox