All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduces MDSYNC support for CS35L45
@ 2026-08-11 17:06 Ricardo Rivera-Matos
  2026-08-11 17:06 ` [PATCH 1/2] ASoC: dt-bindings: cs35l45: Adds SYNC properties Ricardo Rivera-Matos
  2026-08-11 17:06 ` [PATCH 2/2] ASoC: cs35l45: Adds support for SYNC bus Ricardo Rivera-Matos
  0 siblings, 2 replies; 5+ messages in thread
From: Ricardo Rivera-Matos @ 2026-08-11 17:06 UTC (permalink / raw)
  To: David Rhodes, Richard Fitzgerald, Liam Girdwood, Mark Brown,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Ricardo Rivera-Matos
  Cc: linux-sound, patches, devicetree, linux-kernel

The CS35L45 has SYNC pin that can be used as a multi
device synchronization (MDSYNC) bus. This pin can send
various message types between Cirrus devices.

This patch series adds support for long and short DSP
messages between CS35L45 devices. 

Each device on the SYNC bus must have a unique transmitter
identifier per message type as the bus arbitrates message
priority via this identifier. These identifiers are set by
the introduced devicetree properties. The priority 
assignment is intended to be a static system integration
decision.

The relevant receiver controls are introduced as mixer
controls so they are exposed at runtime to be configured
for the appropriate use cases.

Ricardo Rivera-Matos (2):
  ASoC: dt-bindings: cs35l45: Adds SYNC properties
  ASoC: cs35l45: Adds support for SYNC bus

 .../bindings/sound/cirrus,cs35l45.yaml        | 27 +++++++
 sound/soc/codecs/cs35l45-tables.c             |  4 +
 sound/soc/codecs/cs35l45.c                    | 77 ++++++++++++++++++-
 sound/soc/codecs/cs35l45.h                    | 23 ++++++
 4 files changed, 130 insertions(+), 1 deletion(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-08-11 21:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 17:06 [PATCH 0/2] Introduces MDSYNC support for CS35L45 Ricardo Rivera-Matos
2026-08-11 17:06 ` [PATCH 1/2] ASoC: dt-bindings: cs35l45: Adds SYNC properties Ricardo Rivera-Matos
2026-08-11 17:06 ` [PATCH 2/2] ASoC: cs35l45: Adds support for SYNC bus Ricardo Rivera-Matos
2026-08-11 17:24   ` Mark Brown
2026-08-11 21:12     ` Ricardo Rivera-Matos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.