[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:09:27 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=87395
--- Comment #1 from Raymond <superquad.vortex2 at gmail.com> ---
PCM access type */
typedef enum _snd_pcm_access {
/** mmap access with simple interleaved channels */
SND_PCM_ACCESS_MMAP_INTERLEAVED = 0,
/** mmap access with simple non interleaved channels */
SND_PCM_ACCESS_MMAP_NONINTERLEAVED,
/** mmap access with complex placement */
SND_PCM_ACCESS_MMAP_COMPLEX,
/** snd_pcm_readi/snd_pcm_writei access */
SND_PCM_ACCESS_RW_INTERLEAVED,
/** snd_pcm_readn/snd_pcm_writen access */
SND_PCM_ACCESS_RW_NONINTERLEAVED,
SND_PCM_ACCESS_LAST = SND_PCM_ACCESS_RW_NONINTERLEAVED
} snd_pcm_access_t;
which access type do your sound card support ?
aplay -D hw:0,0 --dump-hw-params any.wav
--
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/2ef62116/attachment.html>
More information about the pulseaudio-bugs
mailing list