summaryrefslogtreecommitdiff
path: root/src/control/hcontrol.c
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2001-03-16 16:46:05 +0000
committerJaroslav Kysela <perex@perex.cz>2001-03-16 16:46:05 +0000
commit0300bbbbb365e8eab2278fdc57c37d4c0dc61f5d (patch)
treecfa8c9a9058b37d0f894977255bd96dfc0e5af25 /src/control/hcontrol.c
parent877896069d8e8e8d7247d6a62af04a2cb945014f (diff)
Added more sort rules
Diffstat (limited to 'src/control/hcontrol.c')
-rw-r--r--src/control/hcontrol.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/control/hcontrol.c b/src/control/hcontrol.c
index 00e8ee4d..572e45df 100644
--- a/src/control/hcontrol.c
+++ b/src/control/hcontrol.c
@@ -170,12 +170,18 @@ static int get_compare_weight(const char *name)
"Rear",
"Pan",
"Output",
+ "-",
NULL
};
static char *names2[] = {
"Switch",
"Volume",
"Bypass",
+ "Depth",
+ "Wide",
+ "Space",
+ "Level",
+ "Center",
NULL
};
int res, res1;