mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
ALSA: hda - More relax for pending period handling
Since the pending periods are often bogus and take long time until actually processed, it often results in a high CPU usage of the hd-audio workq. Overall it's better to have low CPU consumption by avoiding a too tight loop rather than the wake-up timing accuracy. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
92f10b3f5d
commit
08af495f22
@ -1961,7 +1961,7 @@ static void azx_irq_pending_work(struct work_struct *work)
|
||||
spin_unlock_irq(&chip->reg_lock);
|
||||
if (!pending)
|
||||
return;
|
||||
cond_resched();
|
||||
msleep(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user