Use tracev instead of trace for dai irq event.

This event is in pipeline and will produce many trace data in a short
time. It should use tracev to disable it by default.

Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Yan Wang 2018-04-02 10:51:19 +08:00 committed by Liam Girdwood
parent d3d5b3159a
commit 970bd97b82
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ static void dai_dma_cb(void *data, uint32_t type, struct dma_sg_elem *next)
struct comp_buffer *dma_buffer;
uint32_t copied_size;
trace_dai("irq");
tracev_dai("irq");
/* stop dma copy for pause/stop/xrun */
if (dev->state != COMP_STATE_ACTIVE || dd->xrun) {