mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added more sorting keys
This commit is contained in:
parent
8628843952
commit
40d1ee071d
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue