Skip to content

Commit

Permalink
schedule: dma_multi_chan_domain: Add function
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Peng <[email protected]>
  • Loading branch information
Zhang Peng committed Dec 25, 2023
1 parent 4a1c583 commit 3fd2da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schedule/dma_multi_chan_domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ static bool dma_multi_chan_domain_is_pending(struct ll_schedule_domain *domain,
/* clear interrupt */
if (pipe_task->registrable) {
dma_interrupt_legacy(&dmas[i].chan[j], DMA_IRQ_CLEAR);
dma_data_copied_clear(&dmas[i].chan[j]);
interrupt_clear_mask(dma_domain->data[i][j].irq,
BIT(j));
}
Expand Down

0 comments on commit 3fd2da4

Please sign in to comment.