Skip to content

Commit

Permalink
USB-Audio: ALC4080: add support for Gigabyte Z590 AORUS ULTRA
Browse files Browse the repository at this point in the history
Fixes: #310
Signed-off-by: <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
BearsPunch authored and perexg committed Jun 28, 2023
1 parent 4ab99c9 commit f33a818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ucm2/USB-Audio/USB-Audio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit f33a818

Please sign in to comment.