DMA_PREP_LOAD_EOT
if (active && active->cyclic && !(vdesc->tx.flags & DMA_PREP_LOAD_EOT)) {
if (!(vdesc->tx.flags & DMA_PREP_LOAD_EOT)) {
repeat_tx = repeat_tx && !(next_vd->tx.flags & DMA_PREP_LOAD_EOT);
if (!(flags & DMA_PREP_REPEAT) || !(flags & DMA_PREP_LOAD_EOT))
DMA_PREP_LOAD_EOT);