diff --git a/src/ipc/handler.c b/src/ipc/handler.c index 1f5f7e567..c5893ca82 100644 --- a/src/ipc/handler.c +++ b/src/ipc/handler.c @@ -708,6 +708,10 @@ static int ipc_dma_trace_config(uint32_t header) /* copy message with ABI safe method */ IPC_COPY_CMD(params, _ipc->comp_data); +#ifdef CONFIG_SUECREEK + return 0; +#endif + #ifdef CONFIG_HOST_PTABLE dma_sg_init(&elem_array);