]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added I2S to sort tables.
authorJaroslav Kysela <perex@perex.cz>
Tue, 27 Mar 2001 15:50:17 +0000 (15:50 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 27 Mar 2001 15:50:17 +0000 (15:50 +0000)
src/control/hcontrol.c
src/mixer/simple.c

index 81bd5ec30f913d1ee65e7d839bcafd657e138040..98a3fe2ce2d4453f84eaa7a0861cfa5c242e5d5a 100644 (file)
@@ -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[] = {
index 492598ddf832762a271bdfad3674d2298f484209..aac6fa554187314c10499f02ec269a0f94775240 100644 (file)
@@ -131,6 +131,8 @@ static int get_compare_weight(const char *name, int index)
                "Mic",
                "Video",
                "Phone",
+               "I2S",
+               "IEC958",
                "PC Speaker",
                "Aux",
                "Mono Output",