From 423ec9faa2819404fc3b456e9ddce78dfd7039ad Mon Sep 17 00:00:00 2001 From: Joe Rouvier Date: Tue, 23 Jan 2024 07:57:47 -0800 Subject: [PATCH] USB-Audio: ALC4080: Add support for Asus ROG Maximus Z790 Apex Encore motherboard (0b05:1a97) Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/388 Signed-off-by: Joe Rouvier 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 d1e8a79..d1b1fd9 100644 --- a/ucm2/USB-Audio/USB-Audio.conf +++ b/ucm2/USB-Audio/USB-Audio.conf @@ -58,6 +58,7 @@ If.realtek-alc4080 { # 0b05:1a52 ASUS ROG Strix X670E-F & Z790-E Gaming Wifi # 0b05:1a53 ALC4082 on ASUS ROG Crosshair X670E Extreme # 0b05:1a5c ASUS ROG Strix B650E-I Gaming WiFi + # 0b05:1a97 ASUS ROG Maximus Z790 Apex Encore # 0db0:005a MSI MPG Z690 CARBON WIFI # 0db0:124b MSI MEG Z690 ACE # 0db0:151f MSI X570S EDGE MAX WIFI @@ -83,7 +84,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|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]))" + Regex "USB((0414:a0(0e|1[0124]))|(0b05:(19(84|9[69])|1a(16|2[07]|5[23c]|97)))|(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