From f61c045172252232f58dafa6208f7afe16487b82 Mon Sep 17 00:00:00 2001 From: younix Date: Thu, 4 Nov 2010 13:45:38 +0100 Subject: add comment --- src/interface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/interface.c b/src/interface.c index a4a03cb..11ba6be 100644 --- a/src/interface.c +++ b/src/interface.c @@ -29,9 +29,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(); -- cgit