[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1664546194-735-3-git-send-email-spujar@nvidia.com>
Date: Fri, 30 Sep 2022 19:26:34 +0530
From: Sameer Pujar <spujar@...dia.com>
To: <catalin.marinas@....com>, <will@...nel.org>, <broonie@...nel.org>,
<treding@...il.com>, <linux-arm-kernel@...ts.infradead.org>
CC: <linux-kernel@...r.kernel.org>, <jonathanh@...dia.com>,
<linux-tegra@...r.kernel.org>, Sameer Pujar <spujar@...dia.com>
Subject: [PATCH 2/2] arm64: defconfig: Enable SND_ALOOP
Enable generic PCM loopback driver.
On NVIDIA Jetson platforms, customers use this to loop data between
container based applications and host OS.
Signed-off-by: Sameer Pujar <spujar@...dia.com>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b682318..048e479 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -789,6 +789,7 @@ CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_SOUND=y
CONFIG_SND=y
+CONFIG_SND_ALOOP=m
CONFIG_SND_HDA_TEGRA=m
CONFIG_SND_HDA_CODEC_HDMI=m
CONFIG_SND_SOC=y
--
2.7.4
Powered by blists - more mailing lists