]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
USB-Audio: ALC4080 - 26ce:0a06 - ASRock X670E Taichi
authorJaroslav Kysela <perex@perex.cz>
Tue, 29 Aug 2023 18:54:59 +0000 (20:54 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 29 Aug 2023 19:00:19 +0000 (21:00 +0200)
BugLink: https://github.com/alsa-project/alsa-ucm-conf/issues/229
Co-developed-by: Hon Weng Chong <hon@corticallabs.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/Realtek/ALC4080-HiFi.conf
ucm2/USB-Audio/USB-Audio.conf

index b36a48172e860f7af9fd5f15e43a0eb940f01519..8056fe1bd6483395167c65b33258b1d3aa89b9a7 100644 (file)
@@ -102,6 +102,23 @@ If.asus-rog-usb {
        }
 }
 
+If.asrock-taichi {
+       Condition {
+               Type RegexMatch
+               String "${CardComponents}"
+               Regex "USB(26ce:0a06)"
+       }
+       True.Define {
+               Line1Name ""
+               Mic1Name "Rear Input"
+               Mic1PCM "hw:${CardId},0"
+               Mic2Name "Front Microphone"
+               Mic2Mixer "Mic"
+               Mic2Jack "Front Mic - Input Jack"
+               Mic2PCM "hw:${CardId},1"
+       }
+}
+
 If.wrx80-sage {
        Condition {
                Type RegexMatch
index 8e5c1f1c268c34ba8e3994f8c314f8edaa905d4b..8ca2e4922c6b7f350668237079aaa3a4cdff9675 100644 (file)
@@ -79,7 +79,8 @@ 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[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 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))"
        }
        True.Define.ProfileName "Realtek/ALC4080"
 }