mirror of https://github.com/thesofproject/sof.git
dw-dma: change work trace to verbose (again)
Changes trace call in dw_dma_work to verbose. Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
parent
39c4b3bab7
commit
d383adf032
|
@ -1138,8 +1138,8 @@ static uint64_t dw_dma_work(void *data, uint64_t delay)
|
|||
struct dma_sg_elem next;
|
||||
int i = dma_id->channel;
|
||||
|
||||
trace_dwdma("dw-dma: %d channel work", dma->plat_data.id,
|
||||
dma_id->channel);
|
||||
tracev_dwdma("dw-dma: %d channel work", dma->plat_data.id,
|
||||
dma_id->channel);
|
||||
|
||||
if (p->chan[i].status != COMP_STATE_ACTIVE) {
|
||||
trace_dwdma_error("dw-dma: %d channel %d not running",
|
||||
|
|
Loading…
Reference in New Issue