mbox series

[0/8] Changes to SOF kcontrol data set/get ops

Message ID 20211215180404.53254-1-ranjani.sridharan@linux.intel.com (mailing list archive)
Headers show
Series Changes to SOF kcontrol data set/get ops | expand

Message

Ranjani Sridharan Dec. 15, 2021, 6:03 p.m. UTC
This set of patches deals with modifications to the signature of kcontrol
get/set data functions to make them more intuitive. The last patch deals
with initializing the binary control data size after boot up.

Peter Ujfalusi (7):
  ASoC: SOF: ipc: Rename send parameter in
    snd_sof_ipc_set_get_comp_data()
  ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()
  ASoC: SOF: topology: Set control_data->cmd alongside scontrol->cmd
  ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()
  ASoC: SOF: sof-audio: Drop the `cmd` member from struct
    snd_sof_control
  ASoC: SOF: control: Do not handle control notification with component
    type
  ASoC: SOF: Drop ctrl_type parameter for
    snd_sof_ipc_set_get_comp_data()

Ranjani Sridharan (1):
  ASoC: SOF: topology: read back control data from DSP

 sound/soc/sof/control.c   | 61 +++++++++++----------------------------
 sound/soc/sof/ipc.c       | 49 +++++++++++++++----------------
 sound/soc/sof/sof-audio.c | 33 ++++++++++-----------
 sound/soc/sof/sof-audio.h |  7 +----
 sound/soc/sof/topology.c  | 10 +++----
 5 files changed, 62 insertions(+), 98 deletions(-)

Comments

Mark Brown Dec. 16, 2021, 2:21 a.m. UTC | #1
On Wed, 15 Dec 2021 10:03:56 -0800, Ranjani Sridharan wrote:
> This set of patches deals with modifications to the signature of kcontrol
> get/set data functions to make them more intuitive. The last patch deals
> with initializing the binary control data size after boot up.
> 
> Peter Ujfalusi (7):
>   ASoC: SOF: ipc: Rename send parameter in
>     snd_sof_ipc_set_get_comp_data()
>   ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()
>   ASoC: SOF: topology: Set control_data->cmd alongside scontrol->cmd
>   ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()
>   ASoC: SOF: sof-audio: Drop the `cmd` member from struct
>     snd_sof_control
>   ASoC: SOF: control: Do not handle control notification with component
>     type
>   ASoC: SOF: Drop ctrl_type parameter for
>     snd_sof_ipc_set_get_comp_data()
> 
> [...]

Applied to

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

Thanks!

[1/8] ASoC: SOF: ipc: Rename send parameter in snd_sof_ipc_set_get_comp_data()
      commit: 9d562fdcd52b1bb1a13cd5078ffc06dd3eff3aef
[2/8] ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()
      commit: d4a06c4334aed1fe76ae2b7aaae6ee8b72f30a8e
[3/8] ASoC: SOF: topology: Set control_data->cmd alongside scontrol->cmd
      commit: 8af783723f41d3b3d4f7f8452f190405e7059472
[4/8] ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()
      commit: 9182f3c40b52ebd91d4796d96186ba10b720b4ba
[5/8] ASoC: SOF: sof-audio: Drop the `cmd` member from struct snd_sof_control
      commit: dd2fef982ff75fbae618cc274fda09bd40582acd
[6/8] ASoC: SOF: control: Do not handle control notification with component type
      commit: 68be4f0ed40cce833cb313871c52878025e40596
[7/8] ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data()
      commit: 47d7328f8cda15e60422c8ca36d067c4deb19b7e
[8/8] ASoC: SOF: topology: read back control data from DSP
      commit: fc5adc2bb13a6988df7ce377320f381add236002

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