mbox series

[0/6] Some minor SDCA preparation

Message ID 20250312172205.4152686-1-ckeepax@opensource.cirrus.com (mailing list archive)
Headers show
Series Some minor SDCA preparation | expand

Message

Charles Keepax March 12, 2025, 5:21 p.m. UTC
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(-)