[PATCH v2 0/2] ASoC: simple-card-utils: support system-clock-id DT property

Sen Wang posted 2 patches 1 week, 2 days ago
Documentation/devicetree/bindings/sound/audio-graph-port.yaml |  2 +
Documentation/devicetree/bindings/sound/simple-card.yaml      | 10 +++++++
include/sound/simple_card_utils.h                              |  1 +
sound/soc/generic/simple-card-utils.c                         | 13 +++++----
4 files changed, 21 insertions(+), 5 deletions(-)
[PATCH v2 0/2] ASoC: simple-card-utils: support system-clock-id DT property
Posted by Sen Wang 1 week, 2 days ago
Adding an optional, u32 system-clock-id DT property into the generic machine
driver so clocking topology info can be exposed in DT.

Sen Wang (2):
  dt-bindings: sound: simple-card: add system-clock-id property
  ASoC: simple-card-utils: support system-clock-id DT property

 Documentation/devicetree/bindings/sound/audio-graph-port.yaml |  2 +
 Documentation/devicetree/bindings/sound/simple-card.yaml      | 10 +++++++
 include/sound/simple_card_utils.h                              |  1 +
 sound/soc/generic/simple-card-utils.c                         | 13 +++++----
 4 files changed, 21 insertions(+), 5 deletions(-)

---
base-commit: f5ffe03e0678 (linux-next)
Re: [PATCH v2 0/2] ASoC: simple-card-utils: support system-clock-id DT property
Posted by Wang, Sen 1 week, 2 days ago
On 5/15/2026 11:13 AM, Sen Wang wrote:
> Adding an optional, u32 system-clock-id DT property into the generic machine
> driver so clocking topology info can be exposed in DT.
> 
Sorry folks, Sashiko has caught a major bug in my patch. No need to 
review this. Will send out a V3.

Best,
Sen Wang