]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
USB-Audio: ALC4080 - 26ce:0a08 - Z790 PG-ITX/TB4
authorJaroslav Kysela <perex@perex.cz>
Tue, 29 Aug 2023 18:58:53 +0000 (20:58 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 29 Aug 2023 19:00:41 +0000 (21:00 +0200)
Fixes: https://github.com/alsa-project/alsa-ucm-conf/issues/334
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/Realtek/ALC4080-HiFi.conf
ucm2/USB-Audio/USB-Audio.conf

index 8056fe1bd6483395167c65b33258b1d3aa89b9a7..30119135c9f8fe2e7c8e0e2eba9af22119c62e0a 100644 (file)
@@ -106,7 +106,7 @@ If.asrock-taichi {
        Condition {
                Type RegexMatch
                String "${CardComponents}"
-               Regex "USB(26ce:0a06)"
+               Regex "USB(26ce:0a0[68])"
        }
        True.Define {
                Line1Name ""
index 8ca2e4922c6b7f350668237079aaa3a4cdff9675..a29f33c576f67b1d3c0b302ae75f2c3f0d51154d 100644 (file)
@@ -80,7 +80,8 @@ If.realtek-alc4080 {
                # 0db0:d1d7 MSI PRO Z790-A WIFI
                # 0db0:d6e7 MSI MPG X670E Carbon Wifi
                # 26ce:0a06 ASRock X670E/Z790 Taichi
-               Regex "USB((0414:a0(0e|1[0124]))|(0b05:(19(84|9[69])|1a(16|2[07]|5[23c])))|(0db0:(005a|151f|1feb|3130|36e7|419c|422d|4240|62a4|6c[0c]9|7696|82c7|8af7|961e|a073|a47c|a74b|b202|d1d7|d6e7))|(26ce:0a06))"
+               # 26ce:0a08 ASRock Z790 PG-ITX/TB4
+               Regex "USB((0414:a0(0e|1[0124]))|(0b05:(19(84|9[69])|1a(16|2[07]|5[23c])))|(0db0:(005a|151f|1feb|3130|36e7|419c|422d|4240|62a4|6c[0c]9|7696|82c7|8af7|961e|a073|a47c|a74b|b202|d1d7|d6e7))|(26ce:0a0[68]))"
        }
        True.Define.ProfileName "Realtek/ALC4080"
 }