[pulseaudio-tickets] [Bug 84804] Pulseaudio doesn't work on (pro audio- non interleaved access mode) soundcards with high channel counts
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Feb 17 04:37:18 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=84804
--- Comment #32 from Raymond <superquad.vortex2 at gmail.com> ---
refer rme9652_hw_pointer() to rme9652.c
if (!rme9652->precise_ptr)
return (status & RME9652_buffer_id) ? period_size : 0;
if precise_ptr is not enabled by module parameter, it just return pointer value
as period_size or zero, this mean time scheduling should be disabled since
driver can only use two periods (impossible to rewind)
--
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/20150217/d8aec574/attachment.html>
More information about the pulseaudio-bugs
mailing list