[pulseaudio-tickets] [Bug 87713] "Transistor" game makes every client playing at double speed
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jan 3 08:20:16 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=87713
--- Comment #42 from Raymond <superquad.vortex2 at gmail.com> ---
does analog capture also overrun ?
arecord -f dat -D hw:CARD=CA0106 -t wav -d 5 test.wav
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/ca0106/ca0106_mixer.c
if your sb0410 only have four jacks and support 7.1
it need snd_ca0106_capture_line_in_side_out which change blue line in jack as
side line out jack
if (emu->details->i2c_adc == 1) {
ADD_CTLS(emu, snd_ca0106_volume_i2c_adc_ctls);
if (emu->details->gpio_type == 1)
err = snd_ctl_add(card,
snd_ctl_new1(&snd_ca0106_capture_mic_line_in, emu));
else /* gpio_type == 2 */
err = snd_ctl_add(card,
snd_ctl_new1(&snd_ca0106_capture_line_in_side_out, emu));
if (err < 0)
return err;
}
--
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/20150103/c0bb9a31/attachment-0001.html>
More information about the pulseaudio-bugs
mailing list