]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: Alc4080 - add support for ASUS ROG Strix Z790-E Gaming Wifi
authorBen Scholzen (DASPRiD) <mail@dasprids.de>
Mon, 31 Oct 2022 16:41:02 +0000 (17:41 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 6 Nov 2022 17:24:07 +0000 (18:24 +0100)
Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/235
Signed-off-by: Ben Scholzen (DASPRiD) <mail@dasprids.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/Realtek/ALC4080-HiFi.conf
ucm2/USB-Audio/USB-Audio.conf

index 519f3b0935410f96f0e1fb7adc7edd8579baee34..fa8d445c2ac2835a720175cc08f1ee327aec3a03 100644 (file)
@@ -68,7 +68,7 @@ If.spdif_dev2 {
        Condition {
                Type RegexMatch
                String "${CardComponents}"
-               Regex "USB(0b05:1996|0db0:1feb)"
+               Regex "USB(0b05:1996|0b05:1a52|0db0:1feb)"
        }
        True.Define.SpdifPCM "hw:${CardId},2"
 }
index d1d70d89a9b79f2c72247fa8ffa7b6cf9b14c767..e30dc2bfc38ba94b926c68ed25ff9458df01b333 100644 (file)
@@ -41,6 +41,7 @@ If.realtek-alc4080 {
                # 0b05:1a16 ASUS ROG Strix B660-F Gaming WiFi
                # 0b05:1a20 ASUS ROG STRIX Z690-I Gaming Wifi
                # 0b05:1a27 ALC4082 on ASUS ROG Maximus Z690 Hero
+               # 0b05:1a52 ASUS ROG Strix Z790-E Gaming Wifi
                # 0db0:005a MSI MPG Z690 CARBON WIFI
                # 0db0:151f MSI X570S EDGE MAX WIFI
                # 0db0:1feb MSI Edge Wifi Z690
@@ -50,7 +51,7 @@ If.realtek-alc4080 {
                # 0db0:a47c MSI MEG X570S Ace Max
                # 0db0:b202 MSI MAG Z690 Tomahawk Wifi
                # 0db0:d6e7 MSI MPG X670E Carbon Wifi
-               Regex "USB((0414:a00e)|(0b05:(1996|1a(16|2[07])))|(0db0:(005a|151f|1feb|419c|82c7|a073|a47c|b202|d6e7)))"
+               Regex "USB((0414:a00e)|(0b05:(1996|1a(16|2[07]|52)))|(0db0:(005a|151f|1feb|419c|82c7|a073|a47c|b202|d6e7)))"
        }
        True.Define.ProfileName "Realtek/ALC4080"
 }