Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init: check dma domain ptr before use
Check DMA domain pointer before calling scheduler_init_ll(). DMA domain is currently not initialized for MTL platform, but there may be need to use in the future. Without this check, secondary core crash on NULL pointer. Signed-off-by: Przemyslaw Blaszkowski <przemyslaw.blaszkowski@intel.com>
- Loading branch information