From: Jaroslav Kysela Date: Sun, 24 Sep 2000 08:43:38 +0000 (+0000) Subject: Added more sorting keys X-Git-Tag: v1.0.3~1130 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=40d1ee071dcc41fc12823d1169f993c2a2feb66f;p=alsa-lib.git Added more sorting keys --- 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",