]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
USB-Audio: Optimize regex for realtek-alc4080
authorJaroslav Kysela <perex@perex.cz>
Mon, 13 Jun 2022 09:47:12 +0000 (11:47 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 13 Jun 2022 09:47:22 +0000 (11:47 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/USB-Audio.conf

index 683e08e39ca54d7d93308bb554f2c27873d7ef7a..5590de030ade7fff86b4a8a8fb5947367110794d 100644 (file)
@@ -40,7 +40,7 @@ If.realtek-alc4080 {
                # 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|1a27|1a20))|(0db0:1feb)|(0db0:419c)|(0db0:a073))"
+               Regex "USB((0b05:(1996|1a2[07]))|(0db0:(1feb|419c|a073)))"
        }
        True.Define.ProfileName "Realtek/ALC4080"
 }