]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
Add: 0b05:1999 ASUS ROG Strix Z590-A Gaming WiFi
author13r0ck <bnr@tuta.io>
Tue, 22 Nov 2022 22:40:50 +0000 (15:40 -0700)
committerJaroslav Kysela <perex@perex.cz>
Thu, 5 Jan 2023 08:59:04 +0000 (09:59 +0100)
This model is recognized as a thelio-mira-b1 by system76

Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/247/
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/Realtek/ALC4080-HiFi.conf
ucm2/USB-Audio/USB-Audio.conf

index fa8d445c2ac2835a720175cc08f1ee327aec3a03..868e267ab9d26f8995f48e19ff43ea92ea1f571d 100644 (file)
@@ -100,6 +100,19 @@ If.msi-meg-unify {
        }
 }
 
+If.asus-rog-strix {
+       Condition {
+               Type RegexMatch
+               String "${CardComponents}"
+               Regex "USB(0b05:1999)"
+       }
+       True.Define {
+               Line1PCM "hw:${CardId},3"
+               HeadphonesName ""
+               SpdifName ""
+       }
+}
+
 SectionVerb {
        EnableSequence [
                disdevall ""
index da9acd0c5f1e59254835a0fbd4c3105d329115a6..2a27b89e7ecba13e0a85075ac19a892c489068c6 100644 (file)
@@ -46,6 +46,7 @@ If.realtek-alc4080 {
                String "${CardComponents}"
                # 0414:a00e Gigabyte Z590 Aorus Pro AX
                # 0b05:1996 ASUS on multiple boards (including ASUS ROG Maximus XIII)
+               # 0b05:1999 ASUS ROG Strix Z590-A Gaming WiFi
                # 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
@@ -63,7 +64,7 @@ If.realtek-alc4080 {
                # 0db0:b202 MSI MAG Z690 Tomahawk Wifi
                # 0db0:d1d7 MSI PRO Z790-A WIFI
                # 0db0:d6e7 MSI MPG X670E Carbon Wifi
-               Regex "USB((0414:a00e)|(0b05:(1996|1a(16|2[07]|5[23])))|(0db0:(005a|151f|1feb|36e7|419c|6cc9|82c7|a073|a47c|b202|d1d7|d6e7)))"
+               Regex "USB((0414:a00e)|(0b05:(199[69]|1a(16|2[07]|5[23])))|(0db0:(005a|151f|1feb|36e7|419c|6cc9|82c7|a073|a47c|b202|d1d7|d6e7)))"
        }
        True.Define.ProfileName "Realtek/ALC4080"
 }