]> code.delx.au - pulseaudio/commit
sink-input, source-output: Remove redundant get_mute() functions
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Tue, 15 Apr 2014 10:56:11 +0000 (13:56 +0300)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Fri, 2 May 2014 13:00:56 +0000 (16:00 +0300)
commitef4ae785aa1d4d67b5df1c9414f6c1a144bc3460
tree949bd2d1dc9e283b312c81270f570ff3ae0cf40c
parente4a7625ba884c5cce20468d75937857343751c35
sink-input, source-output: Remove redundant get_mute() functions

The functions just return the muted value. Callers can as well read
the struct field directly, it's simpler that way.
src/modules/dbus/iface-stream.c
src/modules/module-role-cork.c
src/modules/module-stream-restore.c
src/pulsecore/cli-text.c
src/pulsecore/protocol-native.c
src/pulsecore/sink-input.c
src/pulsecore/sink-input.h
src/pulsecore/source-output.c
src/pulsecore/source-output.h