summaryrefslogtreecommitdiff
path: root/src/sink_input.h
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-07-13 18:05:05 +0200
committerben <benjaminfranzke@googlemail.com>2010-07-13 18:05:05 +0200
commite81e3842b6c2b9418de5f826452f3aa8f51d6563 (patch)
treefe6e2f5430f3c3eb3611a1cce95d2baae9bdc40e /src/sink_input.h
parent5423f68eb39adb4cc0165032efb7d53d38ccd10c (diff)
downloadpa-sink-ctl-e81e3842b6c2b9418de5f826452f3aa8f51d6563.tar.gz
pa-sink-ctl-e81e3842b6c2b9418de5f826452f3aa8f51d6563.tar.bz2
pa-sink-ctl-e81e3842b6c2b9418de5f826452f3aa8f51d6563.zip
add mute support for sinks and inputs
Diffstat (limited to 'src/sink_input.h')
-rw-r--r--src/sink_input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sink_input.h b/src/sink_input.h
index 03ed476..5a65992 100644
--- a/src/sink_input.h
+++ b/src/sink_input.h
@@ -10,6 +10,7 @@ typedef struct _sink_input_info {
uint32_t sink;
char *name;
char *pid; // maybe useless?!!?
+ int mute;
uint8_t channels;
pa_volume_t vol; // TOTO: exchange with the channel-list
} sink_input_info;