trace: disable DMA tracing on Sue Creek

On Sue Creek tracing is performed over a UART, since no direct DMA
connection to the host is available. Disable DMA tracing on that
platform.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2019-01-15 09:41:34 +01:00 committed by Liam Girdwood
parent c9553af9cb
commit 7063838542
1 changed files with 4 additions and 0 deletions

View File

@ -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);