We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abaed3e + 053cc08 commit ffb4d7bCopy full SHA for ffb4d7b
1 file changed
src/audio/dai.c
@@ -582,10 +582,6 @@ static int dai_comp_trigger(struct comp_dev *dev, int cmd)
582
583
/* only start the DAI if we are not XRUN handling */
584
if (dd->xrun == 0) {
585
- /* recover the dma status */
586
- ret = dma_release(dd->dma, dd->chan);
587
- if (ret < 0)
588
- return ret;
589
/* start the DAI */
590
ret = dma_start(dd->dma, dd->chan);
591
if (ret < 0)
0 commit comments