From f33a81818102d70121af3c86446fb75918502e65 Mon Sep 17 00:00:00 2001 From: BearsPunch Date: Fri, 5 May 2023 00:03:32 +0200 Subject: [PATCH] USB-Audio: ALC4080: add support for Gigabyte Z590 AORUS ULTRA Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/310 Signed-off-by: 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 db9c9bd3..cdf97150 100644 --- a/ucm2/USB-Audio/USB-Audio.conf +++ b/ucm2/USB-Audio/USB-Audio.conf @@ -46,6 +46,7 @@ If.realtek-alc4080 { String "${CardComponents}" # 0414:a00e Gigabyte Z590 Aorus Pro AX # 0414:a010 Gigabyte Z590 Vision G Intel + # 0414:a00d Gigabyte Z590 AORUS ULTRA # 0414:a011 Gigabyte Z690 AORUS ULTRA # 0414:a012 Gigabyte Z690 AERO G DDR4 # 0414:a014 Gigabyte Z690I AORUS ULTRA DDR4 @@ -78,7 +79,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[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)))" + Regex "USB((0414:a0(0[de]|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" }