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(-)