]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
USB-Audio: ALC4080 - adds support for USB ID 0414:a010 (Gigabyte Z590 Vision G)
authorNikita Brancatisano <33670112+thevinter@users.noreply.github.com>
Fri, 10 Feb 2023 21:39:39 +0000 (22:39 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 17 Feb 2023 13:18:53 +0000 (14:18 +0100)
The GIGABYTE Z590 Vision G Intel motherboard contains a Realtek ALC4080 souncard
that was missing from the available UCMs.

The change works on my machine and the HiFi profile seems to be fully functional

Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/279
From: Nikita Brancatisano
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/USB-Audio.conf

index dd507f97f6b9871b3c0d266e2ad7d68b84e13fd1..316be2ff9ebbc46655957a49ce46554d9e7f0278 100644 (file)
@@ -45,6 +45,7 @@ If.realtek-alc4080 {
                Type RegexMatch
                String "${CardComponents}"
                # 0414:a00e Gigabyte Z590 Aorus Pro AX
+               # 0414:a010 Gigabyte Z590 Vision G Intel
                # 0414:a012 Gigabyte Z690 AERO G DDR4
                # 0b05:1996 ASUS on multiple boards (including ASUS ROG Maximus XIII)
                # 0b05:1999 ASUS ROG Strix Z590-A Gaming WiFi
@@ -71,7 +72,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|12))|(0b05:(199[69]|1a(16|2[07]|5[23])))|(0db0:(005a|151f|1feb|36e7|419c|422d|4240|62a4|6c[0c]9|82c7|961e|a073|a47c|a74b|b202|d1d7|d6e7)))"
+               Regex "USB((0414:a0(0e|1[02]))|(0b05:(199[69]|1a(16|2[07]|5[23])))|(0db0:(005a|151f|1feb|36e7|419c|422d|4240|62a4|6c[0c]9|82c7|961e|a073|a47c|a74b|b202|d1d7|d6e7)))"
        }
        True.Define.ProfileName "Realtek/ALC4080"
 }