mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-18 08:56:42 -05: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",
|
"FM",
|
||||||
"Wave",
|
"Wave",
|
||||||
"Music",
|
"Music",
|
||||||
|
"DSP",
|
||||||
"Line",
|
"Line",
|
||||||
"CD",
|
"CD",
|
||||||
"Mic",
|
"Mic",
|
||||||
|
|
@ -166,6 +167,8 @@ static int snd_ctl_hsort_mixer_priority(const char *name)
|
||||||
"Video",
|
"Video",
|
||||||
"PC Speaker",
|
"PC Speaker",
|
||||||
"Aux",
|
"Aux",
|
||||||
|
"Mono",
|
||||||
|
"Mono Output",
|
||||||
"ADC",
|
"ADC",
|
||||||
"Capture Source",
|
"Capture Source",
|
||||||
"Capture",
|
"Capture",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue