<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - "Transistor" game makes every client playing at double speed"
href="https://bugs.freedesktop.org/show_bug.cgi?id=87713#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - "Transistor" game makes every client playing at double speed"
href="https://bugs.freedesktop.org/show_bug.cgi?id=87713">bug 87713</a>
from <span class="vcard"><a class="email" href="mailto:superquad.vortex2@gmail.com" title="Raymond <superquad.vortex2@gmail.com>"> <span class="fn">Raymond</span></a>
</span></b>
<pre>how about
aplay -D surround40:CARD=CA0106 --dump-hw-params any.wav
aplay -D surround51:CARD=CA0106 --dump-hw-params any.wav
pulseaudio does not support SND_PCM_ACCESS_MMAP_COMPLEX and fallback to use
SND_PCM_ACCESS_RW_INTERLEAVED
this force pulseaudio to use irq polling instead of timer scheduling
for those surround devices
<a href="http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa-util.c?id=045c1d602dcba57868845ba3270510593c39480f">http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa-util.c?id=045c1d602dcba57868845ba3270510593c39480f</a>
+ if (!_use_mmap)
+ _use_tsched = FALSE;
+
your log did not contain the probing of your ca0106 and those errors
alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_START failed (-77)
and
pulseaudio] (alsa-lib)setup.c: Cannot lock ctl elem
<a href="http://lists.freedesktop.org/archives/pulseaudio-discuss/2014-November/022670.html">http://lists.freedesktop.org/archives/pulseaudio-discuss/2014-November/022670.html</a>
<a href="https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1315212">https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1315212</a></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>