All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] soundwire: send multi sections in one BPT stream
@ 2025-10-21  9:43 Bard Liao
  2025-10-21  9:43 ` [PATCH 1/3] soundwire: introduce BPT section Bard Liao
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bard Liao @ 2025-10-21  9:43 UTC (permalink / raw)
  To: linux-sound, vkoul
  Cc: vinod.koul, linux-kernel, pierre-louis.bossart, bard.liao

Currently we send a BRA message with a start address with continuous
registers in a BPT stream. However, a codec may need to write different
register sections shortly. It makes more sense to send different
register sections in a BPT stream and no need to close/open the BPT
stream repeatedly.

This series depends on the "ASoC/soundwire: add fake BPT frame to align
Intel DMA buffer size" series. Sending it now to get more review time.

Bard Liao (3):
  soundwire: introduce BPT section
  soundwire: pass sdw_bpt_section to cdns BPT helpers
  soundwire: intel_ace2x: handle multi BPT sections

 drivers/soundwire/bus.c            |  10 +-
 drivers/soundwire/bus.h            |  22 ++-
 drivers/soundwire/cadence_master.c | 218 +++++++++++++++++------------
 drivers/soundwire/cadence_master.h |  12 +-
 drivers/soundwire/debugfs.c        |  14 +-
 drivers/soundwire/intel_ace2x.c    |  47 +++++--
 6 files changed, 205 insertions(+), 118 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-11-12  8:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-21  9:43 [PATCH 0/3] soundwire: send multi sections in one BPT stream Bard Liao
2025-10-21  9:43 ` [PATCH 1/3] soundwire: introduce BPT section Bard Liao
2025-10-21  9:43 ` [PATCH 2/3] soundwire: pass sdw_bpt_section to cdns BPT helpers Bard Liao
2025-10-21  9:43 ` [PATCH 3/3] soundwire: intel_ace2x: handle multi BPT sections Bard Liao
2025-11-12  5:12 ` [PATCH 0/3] soundwire: send multi sections in one BPT stream Vinod Koul
2025-11-12  6:13   ` Liao, Bard
2025-11-12  8:46     ` Vinod Koul
2025-11-12  8:45 ` Vinod Koul

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.