platform: ace: enable IDC on primary core

Init IDC on primary core to enable receiving IDCs from secondary cores.

Signed-off-by: Krzysztof Frydryk <krzysztofx.frydryk@intel.com>
This commit is contained in:
Krzysztof Frydryk 2023-01-16 09:19:56 +01:00 committed by Kai Vehmanen
parent 091948ccc0
commit 34b9345942
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ int platform_init(struct sof *sof)
/* initialize the host IPC mechanisms */ /* initialize the host IPC mechanisms */
trace_point(TRACE_BOOT_PLATFORM_IPC); trace_point(TRACE_BOOT_PLATFORM_IPC);
ipc_init(sof); ipc_init(sof);
idc_init();
/* show heap status */ /* show heap status */
heap_trace_all(1); heap_trace_all(1);