[pulseaudio-tickets] [Bug 79280] loading alsa-sinks including ladspa-filters fails
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 28 00:23:38 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=79280
--- Comment #2 from Raymond <superquad.vortex2 at gmail.com> ---
how about
aplay -v --disable-format -D upmixplug foo.wav
I: [pulseaudio] (alsa-lib)pcm_params.c: Slave PCM not usable
for error message you need to complie alsa-lib with
#if 1
#define RULES_DEBUG
#endif
in alsa-lib/src/pcm/pcm_params.c
seem err in sprepare
err = sprepare(pcm, &sparams);
if (err < 0) {
SNDERR("Slave PCM not usable");
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/20140528/db2db915/attachment.html>
More information about the pulseaudio-bugs
mailing list