mirror of https://github.com/thesofproject/sof.git
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:
parent
c9553af9cb
commit
7063838542
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue