From 40d1ee071dcc41fc12823d1169f993c2a2feb66f Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 24 Sep 2000 08:43:38 +0000 Subject: [PATCH] Added more sorting keys --- src/control/controls.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/control/controls.c b/src/control/controls.c index bc38f9c4..727fc6ae 100644 --- a/src/control/controls.c +++ b/src/control/controls.c @@ -159,6 +159,7 @@ static int snd_ctl_hsort_mixer_priority(const char *name) "FM", "Wave", "Music", + "DSP", "Line", "CD", "Mic", @@ -166,6 +167,8 @@ static int snd_ctl_hsort_mixer_priority(const char *name) "Video", "PC Speaker", "Aux", + "Mono", + "Mono Output", "ADC", "Capture Source", "Capture", -- 2.47.1