https://bugs.freedesktop.org/show_bug.cgi?id=79280

--- Comment #2 from Raymond <[email protected]> ---
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.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to