summaryrefslogtreecommitdiff
path: root/src/sink_input.h
diff options
context:
space:
mode:
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 92ff4bb..03ed476 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?!!?
+ uint8_t channels;
pa_volume_t vol; // TOTO: exchange with the channel-list
} sink_input_info;