public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: Add flag to ignore 0Hz sysclk requests
@ 2026-03-17  9:49 Sheetal
  2026-03-17  9:49 ` [PATCH 1/2] ASoC: simple-card-utils: add ignore_zero_sysclk flag Sheetal
  2026-03-17  9:49 ` [PATCH 2/2] ASoC: tegra: enable ignore_zero_sysclk for Tegra Sheetal
  0 siblings, 2 replies; 8+ messages in thread
From: Sheetal @ 2026-03-17  9:49 UTC (permalink / raw)
  To: Mark Brown, Kuninori Morimoto, Jaroslav Kysela, Takashi Iwai,
	Liam Girdwood, Thierry Reding, Jonathan Hunter
  Cc: Mohan Kumar, linux-sound, linux-kernel, linux-tegra, Sheetal

Commit 2458adb8f92a ("SoC: simple-card-utils: set 0Hz to sysclk
when shutdown") introduced 0Hz sysclk requests during stream
shutdown. On Tegra platforms, clocks such as AUD_MCLK have a
minimum allowed frequency, so passing 0Hz results in Boot and
Power Management Processor (BPMP) clock controller errors.

This series adds an ignore_zero_sysclk flag to simple-card-utils
so that platform drivers can opt out of these 0Hz requests, and
enables it for the Tegra audio graph card.

Sheetal (2):
  ASoC: simple-card-utils: add ignore_zero_sysclk flag
  ASoC: tegra: enable ignore_zero_sysclk for Tegra

 include/sound/simple_card_utils.h        | 1 +
 sound/soc/generic/simple-card-utils.c    | 6 ++++--
 sound/soc/tegra/tegra_audio_graph_card.c | 1 +
 3 files changed, 6 insertions(+), 2 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2026-03-25  5:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17  9:49 [PATCH 0/2] ASoC: Add flag to ignore 0Hz sysclk requests Sheetal
2026-03-17  9:49 ` [PATCH 1/2] ASoC: simple-card-utils: add ignore_zero_sysclk flag Sheetal
2026-03-17 13:39   ` Mark Brown
2026-03-17 23:02     ` Kuninori Morimoto
2026-03-18  9:06       ` Sheetal .
2026-03-18 11:56         ` Mark Brown
2026-03-25  5:27           ` Sheetal .
2026-03-17  9:49 ` [PATCH 2/2] ASoC: tegra: enable ignore_zero_sysclk for Tegra Sheetal

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