mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added more sort rules
This commit is contained in:
parent
877896069d
commit
0300bbbbb3
2 changed files with 15 additions and 1 deletions
|
|
@ -170,12 +170,18 @@ static int get_compare_weight(const char *name)
|
|||
"Rear",
|
||||
"Pan",
|
||||
"Output",
|
||||
"-",
|
||||
NULL
|
||||
};
|
||||
static char *names2[] = {
|
||||
"Switch",
|
||||
"Volume",
|
||||
"Bypass",
|
||||
"Depth",
|
||||
"Wide",
|
||||
"Space",
|
||||
"Level",
|
||||
"Center",
|
||||
NULL
|
||||
};
|
||||
int res, res1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue