]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
Gigabyte Z690I AORUS ULTRA DDR4, Realtek alc4080
authorJameson Reed <jameson.app@gmail.com>
Sun, 2 Apr 2023 16:47:43 +0000 (12:47 -0400)
committerJaroslav Kysela <perex@perex.cz>
Tue, 25 Apr 2023 12:05:50 +0000 (14:05 +0200)
add another board using realtek alc4080

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

index bcce48311d424f4709415178ba17a295274cd473..b36a48172e860f7af9fd5f15e43a0eb940f01519 100644 (file)
@@ -73,6 +73,20 @@ If.spdif_dev2 {
        True.Define.SpdifPCM "hw:${CardId},2"
 }
 
+If.gigabyte-aorus-ultra {
+       Condition {
+               Type RegexMatch
+               String "${CardComponents}"
+               Regex "USB(0414:a014)"
+       }
+       True.Define {
+               Mic1Name "Front Microphone"
+               Mic1PCM "hw:${CardId},0"
+               SpdifName ""
+               Line1Name ""
+       }
+}
+
 If.asus-rog-usb {
        Condition {
                Type RegexMatch
index e60d345ba13100f92045130420a254e3aa99b97d..c128f1a3efa88fd5fc8d036b9335f2d4ef0aea75 100644 (file)
@@ -48,6 +48,7 @@ If.realtek-alc4080 {
                # 0414:a010 Gigabyte Z590 Vision G Intel
                # 0414:a011 Gigabyte Z690 AORUS ULTRA
                # 0414:a012 Gigabyte Z690 AERO G DDR4
+               # 0414:a014 Gigabyte Z690I AORUS ULTRA DDR4
                # 0b05:1984 ASUS Pro WS WRX80E-SAGE SE WIFI
                # 0b05:1996 ASUS on multiple boards (including ASUS ROG Maximus XIII)
                # 0b05:1999 ASUS ROG Strix Z590-A Gaming WiFi
@@ -77,7 +78,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:a0(0e|1[012]))|(0b05:(19(84|9[69])|1a(16|2[07]|5[23])))|(0db0:(005a|151f|1feb|3130|36e7|419c|422d|4240|62a4|6c[0c]9|7696|82c7|8af7|961e|a073|a47c|a74b|b202|d1d7|d6e7)))"
+               Regex "USB((0414:a0(0e|1[0124]))|(0b05:(19(84|9[69])|1a(16|2[07]|5[23])))|(0db0:(005a|151f|1feb|3130|36e7|419c|422d|4240|62a4|6c[0c]9|7696|82c7|8af7|961e|a073|a47c|a74b|b202|d1d7|d6e7)))"
        }
        True.Define.ProfileName "Realtek/ALC4080"
 }