]> git.alsa-project.org Git - alsa-lib.git/commitdiff
mixer: Add Speaker and Beep names to the weight list
authorTakashi Iwai <tiwai@suse.de>
Mon, 31 Aug 2009 14:41:12 +0000 (16:41 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 31 Aug 2009 14:41:12 +0000 (16:41 +0200)
Added strings "Speaker" and "Beep" to the weight list so that the entries
appear in more appropriate positions.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/mixer/simple_none.c

index 480220041a4324fa277f913bca8dcfd1f87eff06..9259a082c89e9ccdbf2af70f57551f66143cf936 100644 (file)
@@ -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",