From: Johannes Schickel Date: Thu, 7 Apr 2022 15:30:48 +0000 (+0200) Subject: USB-Audio: Additionally match 0b05:1996 and 0db0:a073 for ALC4080 profile. X-Git-Tag: v1.2.7~26 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ad7b33fd49e8480910ab86574e3d422f2974a073;p=alsa-ucm-conf.git USB-Audio: Additionally match 0b05:1996 and 0db0:a073 for ALC4080 profile. Signed-off-by: Johannes Schickel Signed-off-by: Jaroslav Kysela --- 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" }