linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Audio configs for NVIDIA Jetson platforms
@ 2022-09-30 13:56 Sameer Pujar
  2022-09-30 13:56 ` [PATCH 1/2] arm64: defconfig: Enable couple of audio codecs Sameer Pujar
  2022-09-30 13:56 ` [PATCH 2/2] arm64: defconfig: Enable SND_ALOOP Sameer Pujar
  0 siblings, 2 replies; 3+ messages in thread
From: Sameer Pujar @ 2022-09-30 13:56 UTC (permalink / raw)
  To: catalin.marinas, will, broonie, treding, linux-arm-kernel
  Cc: linux-kernel, jonathanh, linux-tegra, Sameer Pujar

Enable configs for RT5640 and TAS2552 audio codecs.
Also enable SND_ALOOP loopback card and these find
applications in NVIDIA Jetson platforms.

Sameer Pujar (2):
  arm64: defconfig: Enable couple of audio codecs
  arm64: defconfig: Enable SND_ALOOP

 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] arm64: defconfig: Enable couple of audio codecs
  2022-09-30 13:56 [PATCH 0/2] Audio configs for NVIDIA Jetson platforms Sameer Pujar
@ 2022-09-30 13:56 ` Sameer Pujar
  2022-09-30 13:56 ` [PATCH 2/2] arm64: defconfig: Enable SND_ALOOP Sameer Pujar
  1 sibling, 0 replies; 3+ messages in thread
From: Sameer Pujar @ 2022-09-30 13:56 UTC (permalink / raw)
  To: catalin.marinas, will, broonie, treding, linux-arm-kernel
  Cc: linux-kernel, jonathanh, linux-tegra, Sameer Pujar

Enable RT5640 and TAS2552 audio codec drivers.

NVIDIA Jetson platforms have 40-pin GPIO expanders where custom
audio cards can be connected. Support for above codecs is typically
required. Also NVIDIA Jetson AGX Orin platform has RT5640 as onboard
codec. To support these enable driver build for these codecs.

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a943883..b682318 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -843,9 +843,11 @@ CONFIG_SND_SOC_GTM601=m
 CONFIG_SND_SOC_MSM8916_WCD_ANALOG=m
 CONFIG_SND_SOC_MSM8916_WCD_DIGITAL=m
 CONFIG_SND_SOC_PCM3168A_I2C=m
+CONFIG_SND_SOC_RT5640=m
 CONFIG_SND_SOC_RT5659=m
 CONFIG_SND_SOC_SIMPLE_AMPLIFIER=m
 CONFIG_SND_SOC_SIMPLE_MUX=m
+CONFIG_SND_SOC_TAS2552=m
 CONFIG_SND_SOC_TAS571X=m
 CONFIG_SND_SOC_TLV320AIC32X4_I2C=m
 CONFIG_SND_SOC_WCD9335=m
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] arm64: defconfig: Enable SND_ALOOP
  2022-09-30 13:56 [PATCH 0/2] Audio configs for NVIDIA Jetson platforms Sameer Pujar
  2022-09-30 13:56 ` [PATCH 1/2] arm64: defconfig: Enable couple of audio codecs Sameer Pujar
@ 2022-09-30 13:56 ` Sameer Pujar
  1 sibling, 0 replies; 3+ messages in thread
From: Sameer Pujar @ 2022-09-30 13:56 UTC (permalink / raw)
  To: catalin.marinas, will, broonie, treding, linux-arm-kernel
  Cc: linux-kernel, jonathanh, linux-tegra, Sameer Pujar

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@nvidia.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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-30 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30 13:56 [PATCH 0/2] Audio configs for NVIDIA Jetson platforms Sameer Pujar
2022-09-30 13:56 ` [PATCH 1/2] arm64: defconfig: Enable couple of audio codecs Sameer Pujar
2022-09-30 13:56 ` [PATCH 2/2] arm64: defconfig: Enable SND_ALOOP Sameer Pujar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).