Added I2S to sort tables.

This commit is contained in:
Jaroslav Kysela 2001-03-27 15:50:17 +00:00
parent c29b7ab714
commit 53fc0f6332
2 changed files with 4 additions and 2 deletions

View file

@ -155,8 +155,8 @@ static int get_compare_weight(const char *name)
"Loopback", "Loopback",
"Analog Loopback", "Analog Loopback",
"Digital Loopback", "Digital Loopback",
"S/PDIF Input", "I2S",
"S/PDIF Output", "IEC958",
NULL NULL
}; };
static char *names1[] = { static char *names1[] = {

View file

@ -131,6 +131,8 @@ static int get_compare_weight(const char *name, int index)
"Mic", "Mic",
"Video", "Video",
"Phone", "Phone",
"I2S",
"IEC958",
"PC Speaker", "PC Speaker",
"Aux", "Aux",
"Mono Output", "Mono Output",