Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipc4: base_fw: Return an empty list for inactive cores
The behavior expected by the driver on the host is that if the IPC `IPC4_SCHEDULERS_INFO_GET` is sent for an inactive core, the FW will return success with an empty list in the payload. This patch addresses these shortcomings in the implementation by adding the appropriate IF statement and initializing an empty list regardless of whether something will be added to it later. Signed-off-by: Tomasz Leman <[email protected]>
- Loading branch information