[pulseaudio-tickets] [Bug 49608] periodic audio skips with Intel HDA
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 14 09:35:33 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=49608
--- Comment #42 from Raymond <superquad.vortex2 at gmail.com> ---
hardware pointer should be increased by one period on every period_update, the
driver report lost interrupt when the elasped time is more than 1.5 period time
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/core/pcm_lib.c
no_jiffies_check:
if (delta > runtime->period_size + runtime->period_size / 2) {
hw_ptr_error(substream, in_interrupt,
"Lost interrupts?",
"(stream=%i, delta=%ld, new_hw_ptr=%ld, old_hw_ptr=%ld)\n",
substream->stream, (long)delta,
(long)new_hw_ptr,
(long)old_hw_ptr);
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150414/b7cae739/attachment-0001.html>
More information about the pulseaudio-bugs
mailing list