echo-cancel: Remove redundant get_mute() callback 55/21955/1
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Mon, 14 Apr 2014 12:13:08 +0000 (15:13 +0300)
committerIsmo Puustinen <ismo.puustinen@intel.com>
Wed, 28 May 2014 09:40:04 +0000 (12:40 +0300)
commit199be180f17af0ee743fe0779beb5df668f55307
treef853e3649e1089458e1b7e3cc87f1f0557bfd797
parentc1a172e3835be04946e81649172e17af477d774e
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.

Change-Id: Ic16824b06393f59b55087842da64c7d09035b9e8
Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
src/modules/echo-cancel/module-echo-cancel.c