From 53fc0f63329bee79b198a05ee73360663e28ddda Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 27 Mar 2001 15:50:17 +0000 Subject: [PATCH] Added I2S to sort tables. --- src/control/hcontrol.c | 4 ++-- src/mixer/simple.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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", -- 2.47.1