[PATCH 0/6] Some minor SDCA preparation

Charles Keepax posted 6 patches 9 months, 1 week ago
include/sound/sdca_function.h   |  90 ++++++++
sound/soc/sdca/sdca_functions.c | 374 ++++++++++++++++++++++++++++----
2 files changed, 422 insertions(+), 42 deletions(-)
[PATCH 0/6] Some minor SDCA preparation
Posted by Charles Keepax 9 months, 1 week ago
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
Re: [PATCH 0/6] Some minor SDCA preparation
Posted by Mark Brown 9 months ago
On Wed, 12 Mar 2025 17:21:59 +0000, Charles Keepax wrote:
> 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
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/6] ASoC: SDCA: Tidy up initialization write parsing
      commit: 988adcb73669a4015974da9057d43226ddc1aa9d
[2/6] ASoC: SDCA: Use __free() to manage local buffers
      commit: 0d16daa9405ef7de5c278183d4079013f39a51ac
[3/6] ASoC: SDCA: Allow naming of imp def controls
      commit: 49680c9f13b64c13e79e1312c7616d0ab9775e4a
[4/6] ASoC: SDCA: Add type flag for Controls
      commit: 2a4667f3d589524bd2fbfe4f7dc0e2f12b832e10
[5/6] ASoC: SDCA: Add SDCA Control Range data access helper
      commit: 1bcbb88bedb17804491e692a3f1a38223e09152c
[6/6] ASoC: SDCA: Add support for GE Entity properties
      commit: d1cd13f80dc6c8525c539a28d4eb1df913d542de

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark