public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] SDCA Improvements
@ 2026-02-23  9:54 Charles Keepax
  2026-02-23  9:54 ` [PATCH 1/4] ASoC: SDCA: Add default value for mipi-sdca-function-reset-max-delay Charles Keepax
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Charles Keepax @ 2026-02-23  9:54 UTC (permalink / raw)
  To: broonie
  Cc: lgirdwood, pierre-louis.bossart, yung-chuan.liao, linux-sound,
	patches

Another fairly mixed bag of small SDCA fixes/improvements. Fix one DisCo
property that was treated as mandatory but is actually not present in
the first version of the specification. Fix the counting of routes for
SU/GE DAPM widgets, this currently makes assumptions that are not
guaranteed to be true which can result in too many/few DAPM routes.

Then finally a couple improvements to the volume controls, simplify the
mapping between ALSA and SDCA volumes and pull the volume stuff back
into the SDCA code. It just wasn't sitting right with me that it was
being handled in the ASoC core given it is unlikely to ever see any
reuse outside of SDCA.

Thanks,
Charles

Charles Keepax (4):
  ASoC: SDCA: Add default value for mipi-sdca-function-reset-max-delay
  ASoC: SDCA: Update counting of SU/GE DAPM routes
  ASoC: SDCA: Improve mapping of Q7.8 SDCA volumes
  ASoC: SDCA: Pull the Q7.8 volume helpers out of soc-ops

 include/sound/soc.h             |   1 -
 sound/soc/sdca/sdca_asoc.c      | 114 ++++++++++++++++++++++++++++----
 sound/soc/sdca/sdca_fdl.c       |   5 --
 sound/soc/sdca/sdca_functions.c |   6 +-
 sound/soc/soc-ops.c             |  63 +++---------------
 5 files changed, 117 insertions(+), 72 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-02-27  6:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-23  9:54 [PATCH 0/4] SDCA Improvements Charles Keepax
2026-02-23  9:54 ` [PATCH 1/4] ASoC: SDCA: Add default value for mipi-sdca-function-reset-max-delay Charles Keepax
2026-02-23  9:54 ` [PATCH 2/4] ASoC: SDCA: Update counting of SU/GE DAPM routes Charles Keepax
2026-02-23  9:54 ` [PATCH 3/4] ASoC: SDCA: Improve mapping of Q7.8 SDCA volumes Charles Keepax
2026-02-23 10:12   ` Richard Fitzgerald
2026-02-23  9:54 ` [PATCH 4/4] ASoC: SDCA: Pull the Q7.8 volume helpers out of soc-ops Charles Keepax
2026-02-23 11:43   ` Richard Fitzgerald
2026-02-24 13:54     ` Richard Fitzgerald
2026-02-24 13:55   ` Richard Fitzgerald
2026-02-25  9:25     ` Charles Keepax
2026-02-24 10:58 ` [PATCH 0/4] SDCA Improvements Pierre-Louis Bossart
2026-02-27  6:37 ` Mark Brown

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