]> code.delx.au - pulseaudio/commit
echo-cancel: Remove redundant get_mute() callback
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Tue, 15 Apr 2014 10:56:08 +0000 (13:56 +0300)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Fri, 2 May 2014 12:50:15 +0000 (15:50 +0300)
commitc93cfc1ca64a3d7e37a3ca63f42abb73ce72bfb6
treebb3c617961bb541dc19fff191ec3c8f0ef840d3f
parent5f64ebdfc57f1a5728a7f84d9c69d3a815f467f1
echo-cancel: Remove redundant get_mute() callback

The callback just called pa_source_output_get_mute(), which doesn't
have any side effects, and the return value wasn't used either, so
the callback was essentially a no-op.
src/modules/echo-cancel/module-echo-cancel.c