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",