From: Takashi Iwai Date: Mon, 31 Aug 2009 14:41:12 +0000 (+0200) Subject: mixer: Add Speaker and Beep names to the weight list X-Git-Tag: v1.0.21a~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ac9de424bc0a896e8e30b5ec176daf924a2cefb2;p=alsa-lib.git mixer: Add Speaker and Beep names to the weight list Added strings "Speaker" and "Beep" to the weight list so that the entries appear in more appropriate positions. Signed-off-by: Takashi Iwai --- diff --git a/src/mixer/simple_none.c b/src/mixer/simple_none.c index 48022004..9259a082 100644 --- a/src/mixer/simple_none.c +++ b/src/mixer/simple_none.c @@ -134,6 +134,7 @@ static int get_compare_weight(const char *name, unsigned int idx) static const char *const names[] = { "Master", "Headphone", + "Speaker", "Tone", "Bass", "Treble", @@ -158,6 +159,7 @@ static int get_compare_weight(const char *name, unsigned int idx) "I2S", "IEC958", "PC Speaker", + "Beep", "Aux", "Mono", "Playback",