diff options
-rw-r--r-- | src/interface.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interface.c b/src/interface.c index 15a8fbb..83f6e39 100644 --- a/src/interface.c +++ b/src/interface.c @@ -30,9 +30,9 @@ static guint32 selected_index; void interface_init(void) { - chooser_sink = 0; - chooser_input = -1; - + chooser_sink = 0; /* Selected sink-device. 0 is the first device */ + chooser_input = -1; /* Selected input of the current sink-device. */ + /* -1 means the sink-device itself */ initscr(); clear(); |