From c9c7559425a1b67a18700367fc54f75046a724f8 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 9 Apr 2022 14:28:02 +0200 Subject: [PATCH] USB-Audio: Match 0db0:1feb for ALC4080 profile. Signed-off-by: Johannes Schickel Signed-off-by: Jaroslav Kysela --- ucm2/USB-Audio/USB-Audio.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ucm2/USB-Audio/USB-Audio.conf b/ucm2/USB-Audio/USB-Audio.conf index 3022fe8..f196ce7 100644 --- a/ucm2/USB-Audio/USB-Audio.conf +++ b/ucm2/USB-Audio/USB-Audio.conf @@ -35,9 +35,10 @@ If.realtek-alc4080 { Type RegexMatch String "${CardComponents}" # 0b05:1996 ASUS on multiple boards (including ASUS ROG Maximus XIII) + # 0db0:1feb MSI Edge Wifi Z690 # 0db0:419c MSI MPG X570S Carbon Max Wifi # 0db0:a073 MSI MAG X570S Torpedo Max - Regex "USB((0b05:1996)|(0db0:419c)|(0db0:a073))" + Regex "USB((0b05:1996)|(0db0:1feb)|(0db0:419c)|(0db0:a073))" } True.Define.ProfileName "Realtek/ALC4080" } -- 2.47.1