mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
The u->channels <= 0 check failed if the channels argument was not given at all, making the whole module loading fail. I don't think the check is necessary at all - negative values are not possible, and if someone gives 0 as the argument, it's probably ok if we act as if there was no channels argument at all. |
||
|---|---|---|
| .. | ||
| module-jack-sink.c | ||
| module-jack-source.c | ||
| module-jackdbus-detect.c | ||