Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Audio: module adapter: Fix module_set_configuration
After commit 7d0a0c6 ("Audio: Module adapter: Pass entire cdata to clients for all controls") md->ops->set_configuration gets the entire cdata but module_set_configuration expects only cdata>data[0].data. So, restore the pointer fragment to cdata->data[0].data. With IPC4 in comp_data_blob_set() the use of struct sof_ipc_ctrl_data pointer step is not done but the fragment is treated as raw data payload without the header. Signed-off-by: Daniel Baluta <[email protected]>
- Loading branch information