Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/6] Some minor SDCA preparation
@ 2025-03-12 17:21 Charles Keepax
  2025-03-12 17:22 ` [PATCH 1/6] ASoC: SDCA: Tidy up initialization write parsing Charles Keepax
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Charles Keepax @ 2025-03-12 17:21 UTC (permalink / raw)
  To: broonie
  Cc: lgirdwood, pierre-louis.bossart, yung-chuan.liao, peter.ujfalusi,
	linux-sound, linux-kernel, patches

Make some small fixups and add some minor missing features that will be
needed for the next major part of the SDCA work. This series doesn't do
a lot on its own, but as the next series will add all the ALSA control
and DAPM graph creation it's probably best to get these minor things out
of the way to simplify review on the bigger stuff.

Thanks,
Charles

Charles Keepax (6):
  ASoC: SDCA: Tidy up initialization write parsing
  ASoC: SDCA: Use __free() to manage local buffers
  ASoC: SDCA: Allow naming of imp def controls
  ASoC: SDCA: Add type flag for Controls
  ASoC: SDCA: Add SDCA Control Range data access helper
  ASoC: SDCA: Add support for GE Entity properties

 include/sound/sdca_function.h   |  90 ++++++++
 sound/soc/sdca/sdca_functions.c | 374 ++++++++++++++++++++++++++++----
 2 files changed, 422 insertions(+), 42 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2025-03-17 21:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-12 17:21 [PATCH 0/6] Some minor SDCA preparation Charles Keepax
2025-03-12 17:22 ` [PATCH 1/6] ASoC: SDCA: Tidy up initialization write parsing Charles Keepax
2025-03-12 17:22 ` [PATCH 2/6] ASoC: SDCA: Use __free() to manage local buffers Charles Keepax
2025-03-12 17:22 ` [PATCH 3/6] ASoC: SDCA: Allow naming of imp def controls Charles Keepax
2025-03-12 17:22 ` [PATCH 4/6] ASoC: SDCA: Add type flag for Controls Charles Keepax
2025-03-12 17:22 ` [PATCH 5/6] ASoC: SDCA: Add SDCA Control Range data access helper Charles Keepax
2025-03-12 17:22 ` [PATCH 6/6] ASoC: SDCA: Add support for GE Entity properties Charles Keepax
2025-03-17 21:54 ` [PATCH 0/6] Some minor SDCA preparation Mark Brown

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