From: Jaroslav Kysela Date: Tue, 27 Mar 2001 15:50:17 +0000 (+0000) Subject: Added I2S to sort tables. X-Git-Tag: v1.0.3~907 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=53fc0f63329bee79b198a05ee73360663e28ddda;p=alsa-lib.git Added I2S to sort tables. --- diff --git a/src/control/hcontrol.c b/src/control/hcontrol.c index 81bd5ec3..98a3fe2c 100644 --- a/src/control/hcontrol.c +++ b/src/control/hcontrol.c @@ -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[] = { diff --git a/src/mixer/simple.c b/src/mixer/simple.c index 492598dd..aac6fa55 100644 --- a/src/mixer/simple.c +++ b/src/mixer/simple.c @@ -131,6 +131,8 @@ static int get_compare_weight(const char *name, int index) "Mic", "Video", "Phone", + "I2S", + "IEC958", "PC Speaker", "Aux", "Mono Output",