From ad7b33fd49e8480910ab86574e3d422f2974a073 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 7 Apr 2022 17:30:48 +0200 Subject: [PATCH] USB-Audio: Additionally match 0b05:1996 and 0db0:a073 for ALC4080 profile. Signed-off-by: Johannes Schickel Signed-off-by: Jaroslav Kysela --- ucm2/USB-Audio/USB-Audio.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ucm2/USB-Audio/USB-Audio.conf b/ucm2/USB-Audio/USB-Audio.conf index 75780fc..3022fe8 100644 --- a/ucm2/USB-Audio/USB-Audio.conf +++ b/ucm2/USB-Audio/USB-Audio.conf @@ -34,8 +34,10 @@ If.realtek-alc4080 { Condition { Type RegexMatch String "${CardComponents}" + # 0b05:1996 ASUS on multiple boards (including ASUS ROG Maximus XIII) # 0db0:419c MSI MPG X570S Carbon Max Wifi - Regex "USB(0db0:419c)" + # 0db0:a073 MSI MAG X570S Torpedo Max + Regex "USB((0b05:1996)|(0db0:419c)|(0db0:a073))" } True.Define.ProfileName "Realtek/ALC4080" } -- 2.47.1