]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
USB-Audio: ALC4080: Add MSI MEG Z690 ACE support (0db0:124b)
authorRome Reginelli <mduo13@gmail.com>
Mon, 15 Jan 2024 00:29:46 +0000 (16:29 -0800)
committerJaroslav Kysela <perex@perex.cz>
Mon, 15 Jan 2024 12:58:09 +0000 (13:58 +0100)
Tested this out on my motherboard and it fixed my problem with
the onboard sound being treated as a generic USB device.
Fixing it allowed me to record from line-in, among other things.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/381
Signed-off-by: Rome Reginelli <mduo13@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/USB-Audio.conf

index 76fa349b1fd1639acb278f07e2d55065d9645c11..1becc90aab1a9090a3d6783f5fd60de79500eaa3 100644 (file)
@@ -59,6 +59,7 @@ If.realtek-alc4080 {
                # 0b05:1a53 ALC4082 on ASUS ROG Crosshair X670E Extreme
                # 0b05:1a5c ASUS ROG Strix B650E-I Gaming WiFi
                # 0db0:005a MSI MPG Z690 CARBON WIFI
+               # 0db0:124b MSI MEG Z690 ACE
                # 0db0:151f MSI X570S EDGE MAX WIFI
                # 0db0:1feb MSI Edge Wifi Z690
                # 0db0:3130 MSI PRO X670-P WIFI
@@ -82,7 +83,7 @@ If.realtek-alc4080 {
                # 0db0:d6e7 MSI MPG X670E Carbon Wifi
                # 26ce:0a06 ASRock X670E/Z790 Taichi
                # 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|a(073|228|47c|74b)|b202|d1d7|d6e7))|(26ce:0a0[68]))"
+               Regex "USB((0414:a0(0e|1[0124]))|(0b05:(19(84|9[69])|1a(16|2[07]|5[23c])))|(0db0:(005a|124b|151f|1feb|3130|36e7|419c|422d|4240|62a4|6c[0c]9|7696|82c7|8af7|961e|a(073|228|47c|74b)|b202|d1d7|d6e7))|(26ce:0a0[68]))"
        }
        True.Define.ProfileName "Realtek/ALC4080"
 }