[pulseaudio-tickets] [Bug 87395] tsched disabled when I use module-alsa-sink with 'mmap=0 tsched=1' parameters.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Dec 17 18:18:25 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=87395
--- Comment #2 from Raymond <superquad.vortex2 at gmail.com> ---
- if (!_use_mmap)
- _use_tsched = false;
-
pulseaudio only support SND_PCM_ACCESS_MMAP_INTERLEAVED and
SND_PCM_ACCESS_RW_INTERLEAVED
it fallback to use SND_PCM_ACCESS_RW_INTERLEAVED when driver only support
SND_PCM_ACCESS_MMAP_COMPLEX and SND_PCM_ACCESS_RW_INTERLEAVED since pulseaudio
does not support SND_PCM_ACCESS_MMAP_COMPLEX
--
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/20141218/fbf72b30/attachment.html>
More information about the pulseaudio-bugs
mailing list