ipc3/handler.c: re-enable DMA trace for Zephyr

Reverts commit 74cacc3138 ("zephyr: ipc: dont enable DMA trace
transport.") modified by commit d7282762bc ("ipc3: don't declare unused
variables")

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-07-06 04:31:24 +00:00 committed by Liam Girdwood
parent a7abc03523
commit b18ec17fc3
1 changed files with 2 additions and 2 deletions

View File

@ -729,7 +729,7 @@ static int ipc_glb_pm_message(uint32_t header)
/*
* Debug IPC Operations.
*/
#if CONFIG_SUECREEK || defined __ZEPHYR__
#if CONFIG_SUECREEK
static int ipc_dma_trace_config(uint32_t header)
{
return 0;
@ -799,7 +799,7 @@ static int ipc_dma_trace_config(uint32_t header)
error:
return err;
}
#endif /* CONFIG_SUECREEK || defined __ZEPHYR__ */
#endif /* CONFIG_SUECREEK */
static int ipc_trace_filter_update(uint32_t header)
{