Skip to content

Commit 4b8c56c

Browse files
committed
USB-Audio: ALC4080 - disable S/PDIF for 0db0:36e7 (MSI MPG B650I EDGE WIFI)
Link: #281 Signed-off-by: Jaroslav Kysela <[email protected]>
1 parent efcf348 commit 4b8c56c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ucm2/USB-Audio/Realtek/ALC4080-HiFi.conf

+9
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ If.spdif_ctl {
6464
}
6565
}
6666

67+
If.spdif_nodev {
68+
Condition {
69+
Type RegexMatch
70+
String "${CardComponents}"
71+
Regex "USB(0db0:36e7)"
72+
}
73+
True.Define.SpdifName ""
74+
}
75+
6776
If.spdif_dev2 {
6877
Condition {
6978
Type RegexMatch

0 commit comments

Comments
 (0)