Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH v1 0/2] ASoC: sgtl5000: Introduce "mclk-rate" Property for Device Tree Configuration
@ 2024-12-16 11:03 Prasad Kumpatla
  2024-12-16 11:03 ` [PATCH v1 1/2] ASoC: dt-bindings: Add support for master clock frequency Prasad Kumpatla
  2024-12-16 11:03 ` [PATCH v1 2/2] ASoC: sgtl5000: Introduce "mclk-rate" Property for Device Tree Configuration Prasad Kumpatla
  0 siblings, 2 replies; 7+ messages in thread
From: Prasad Kumpatla @ 2024-12-16 11:03 UTC (permalink / raw)
  To: Fabio Estevam, Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Jaroslav Kysela, Takashi Iwai
  Cc: linux-sound, devicetree, linux-kernel, quic_mohsquicinc.com,
	kernel, Prasad Kumpatla

Introduce the "mclk-rate" property, enabling the configuration of the
Master Clock (MCLK) via the device tree. The Codec Slave supports
a defined range of frequencies, and users can request the desired rate
from the Master using `clk_set_rate()`. If the property is not specified,
the default MCLK frequency will be applied.

Prasad Kumpatla (2):
  ASoC: dt-bindings: Add support for master clock frequency
  ASoC: sgtl5000: Introduce "mclk-rate" Property for Device Tree
    Configuration

 .../devicetree/bindings/sound/fsl,sgtl5000.yaml | 17 +++++++++++++----
 sound/soc/codecs/sgtl5000.c                     | 10 ++++++++++
 2 files changed, 23 insertions(+), 4 deletions(-)


base-commit: 5757b31666277e2b177b406e48878dc48d587a46
-- 
2.17.1


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

end of thread, other threads:[~2024-12-17 15:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-16 11:03 [PATCH v1 0/2] ASoC: sgtl5000: Introduce "mclk-rate" Property for Device Tree Configuration Prasad Kumpatla
2024-12-16 11:03 ` [PATCH v1 1/2] ASoC: dt-bindings: Add support for master clock frequency Prasad Kumpatla
2024-12-16 11:17   ` Fabio Estevam
2024-12-16 11:20   ` Krzysztof Kozlowski
2024-12-17 15:36   ` Rob Herring
2024-12-16 11:03 ` [PATCH v1 2/2] ASoC: sgtl5000: Introduce "mclk-rate" Property for Device Tree Configuration Prasad Kumpatla
2024-12-16 11:21   ` Krzysztof Kozlowski

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