Commit 9b6c8e4c authored by Troy Kisky's avatar Troy Kisky Committed by Kevin Hilman

ARM: DaVinci: dma: don't clear link on stop yet

Don't clear link on stop until audio driver is fixed.
Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
parent 17571182
......@@ -1374,7 +1374,9 @@ void davinci_stop_dma(int lch)
* then just set the link field of the corresponding
* param entry to 0xffff
*/
edma_parm_or(PARM_LINK_BCNTRLD, lch, 0xffff);
/* don't clear link until audio driver fixed
* edma_parm_or(PARM_LINK_BCNTRLD, lch, 0xffff);
*/
} else if (DAVINCI_EDMA_IS_Q(lch)) {
/* for QDMA channels */
edma_shadow0_write(SH_QEECR, 1 << (lch - DAVINCI_EDMA_QSTART));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment