Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid in bytes_ex…
…t_get The header.numid is not used by IPC4 in the data exchanged with user space. The bytes_ext_get sets it to something close enough to the field's name: to scontrol->comp_id, but existing user space tooling expects it to be a constant value of SOF_CTRL_CMD_BINARY, which is the IPC command value in IPC3 to handle bytes_ext. The header is not sent to the firmware in case of IPC4, so it is only used between user space and the kernel, unlike in IPC3 where the header is sent to the firmware. Reported-by: Seppo Ingalsuo <[email protected]> Fixes: a062c88 ("ASoC: SOF: ipc4-control: Add support for bytes control get and put") Link: thesofproject/sof@f1ccd88#r1900822375 Cc: [email protected] Signed-off-by: Peter Ujfalusi <[email protected]>
- Loading branch information