diff options
author | Jaroslav Kysela <perex@perex.cz> | 2001-03-16 16:46:05 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2001-03-16 16:46:05 +0000 |
commit | 0300bbbbb365e8eab2278fdc57c37d4c0dc61f5d (patch) | |
tree | cfa8c9a9058b37d0f894977255bd96dfc0e5af25 /src/control/hcontrol.c | |
parent | 877896069d8e8e8d7247d6a62af04a2cb945014f (diff) |
Added more sort rules
Diffstat (limited to 'src/control/hcontrol.c')
-rw-r--r-- | src/control/hcontrol.c | 6 |
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; |