pulseaudio/src/utils
Peter Meerwald 6942e13a36 padsp: Fix wrong condition discovered by -Wlogical-not-parentheses warning
warnings emited by gcc 5.1:

utils/padsp.c: In function 'dsp_trigger':
utils/padsp.c:1902:39: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
     while (!pa_operation_get_state(o) != PA_OPERATION_DONE) {
                                       ^
utils/padsp.c: In function 'dsp_cork':
utils/padsp.c:1937:39: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
     while (!pa_operation_get_state(o) != PA_OPERATION_DONE) {
                                       ^
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
2015-05-27 19:16:38 +02:00
..
Makefile build-sys: readd stub makefiles to subdirectories to make building with emacs easier 2012-05-15 14:17:58 +02:00
pacat.c pacat: Fix comment wording 2015-02-26 23:30:25 +01:00
pacmd.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
pactl.c core-util, pactl: Make one localised and one non-localised version of pa_yes_no 2015-04-20 17:36:53 +02:00
padsp.c padsp: Fix wrong condition discovered by -Wlogical-not-parentheses warning 2015-05-27 19:16:38 +02:00
padsp.in update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
pasuspender.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
pax11publish.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
qpaeq qpaeq: Try to load equalizer module before failing, better error messages 2012-12-19 12:31:49 +02:00