Linux Tegra architecture development
 help / color / mirror / Atom feed
* [PATCH] sound: soc: tegra: remove Kconfig dependency on TEGRA20_APB_DMA
@ 2025-11-26 11:29 Francesco Lavra
  2025-11-26 12:37 ` Mark Brown
  2025-11-26 17:41 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Francesco Lavra @ 2025-11-26 11:29 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Thierry Reding, Jonathan Hunter, Kuninori Morimoto, Sameer Pujar,
	linux-sound, linux-tegra, linux-kernel

The ALSA SoC driver for Tegra runs also on SoCs without the Tegra20 APB DMA
controller (e.g. Tegra234).

Fixes: 09614acd87e6 ("arm64: tegra: APE sound card for Jetson AGX Orin")
Signed-off-by: Francesco Lavra <flavra@baylibre.com>
---
 sound/soc/tegra/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig
index 71203a9197ed..9dbd589879fb 100644
--- a/sound/soc/tegra/Kconfig
+++ b/sound/soc/tegra/Kconfig
@@ -3,7 +3,7 @@ menu "Tegra"
 
 config SND_SOC_TEGRA
 	tristate "SoC Audio for the Tegra System-on-Chip"
-	depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
+	depends on ARCH_TEGRA || COMPILE_TEST
 	depends on COMMON_CLK
 	depends on RESET_CONTROLLER
 	select REGMAP_MMIO
-- 
2.39.5


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

end of thread, other threads:[~2025-11-26 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-26 11:29 [PATCH] sound: soc: tegra: remove Kconfig dependency on TEGRA20_APB_DMA Francesco Lavra
2025-11-26 12:37 ` Mark Brown
2025-11-26 17:41 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox