mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-17 22:05:18 -05:00
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 <tiwai@suse.de>
This commit is contained in:
parent
a64f6defd0
commit
ac9de424bc
1 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ static int get_compare_weight(const char *name, unsigned int idx)
|
||||||
static const char *const names[] = {
|
static const char *const names[] = {
|
||||||
"Master",
|
"Master",
|
||||||
"Headphone",
|
"Headphone",
|
||||||
|
"Speaker",
|
||||||
"Tone",
|
"Tone",
|
||||||
"Bass",
|
"Bass",
|
||||||
"Treble",
|
"Treble",
|
||||||
|
|
@ -158,6 +159,7 @@ static int get_compare_weight(const char *name, unsigned int idx)
|
||||||
"I2S",
|
"I2S",
|
||||||
"IEC958",
|
"IEC958",
|
||||||
"PC Speaker",
|
"PC Speaker",
|
||||||
|
"Beep",
|
||||||
"Aux",
|
"Aux",
|
||||||
"Mono",
|
"Mono",
|
||||||
"Playback",
|
"Playback",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue