From e81e3842b6c2b9418de5f826452f3aa8f51d6563 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 13 Jul 2010 18:05:05 +0200 Subject: add mute support for sinks and inputs --- src/sink_input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sink_input.h') 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; -- cgit