mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added I2S to sort tables.
This commit is contained in:
parent
c29b7ab714
commit
53fc0f6332
2 changed files with 4 additions and 2 deletions
|
|
@ -155,8 +155,8 @@ static int get_compare_weight(const char *name)
|
|||
"Loopback",
|
||||
"Analog Loopback",
|
||||
"Digital Loopback",
|
||||
"S/PDIF Input",
|
||||
"S/PDIF Output",
|
||||
"I2S",
|
||||
"IEC958",
|
||||
NULL
|
||||
};
|
||||
static char *names1[] = {
|
||||
|
|
|
|||
|
|
@ -131,6 +131,8 @@ static int get_compare_weight(const char *name, int index)
|
|||
"Mic",
|
||||
"Video",
|
||||
"Phone",
|
||||
"I2S",
|
||||
"IEC958",
|
||||
"PC Speaker",
|
||||
"Aux",
|
||||
"Mono Output",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue