From adbe798da7b08db2c50393173b29434c9849bb79 Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Sun, 14 Jan 2024 16:29:46 -0800 Subject: [PATCH] USB-Audio: ALC4080: Add MSI MEG Z690 ACE support (0db0:124b) 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 Signed-off-by: Jaroslav Kysela --- ucm2/USB-Audio/USB-Audio.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ucm2/USB-Audio/USB-Audio.conf b/ucm2/USB-Audio/USB-Audio.conf index 76fa349..1becc90 100644 --- a/ucm2/USB-Audio/USB-Audio.conf +++ b/ucm2/USB-Audio/USB-Audio.conf @@ -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" } -- 2.47.1