mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
dmaengine: pl330: Use tasklet_hi_schedule
Use tasklet_hi_schedule for better audio performance, especially for LLA (Low Latency Audio) situation. Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Change-Id: Ic5a215a269e718b0e5613132cb9fe9b58940d0e1
This commit is contained in:
@@ -1760,7 +1760,7 @@ static void dma_pl330_rqcb(struct dma_pl330_desc *desc, enum pl330_op_err err)
|
||||
|
||||
spin_unlock_irqrestore(&pch->lock, flags);
|
||||
|
||||
tasklet_schedule(&pch->task);
|
||||
tasklet_hi_schedule(&pch->task);
|
||||
}
|
||||
|
||||
static void pl330_dotask(struct tasklet_struct *t)
|
||||
|
||||
Reference in New Issue
Block a user