Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mapping for the new Gigabyte Aorus Pro WiFi rev 1.2 #157

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ucm2/USB-Audio/Realtek/ALC1220-VB-Desktop-HiFi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SectionDevice."Mic1" {
Comment "Microphone"
Value {
CapturePriority 200
CapturePCM "hw:${CardId},1"
CapturePCM "hw:${CardId},2"
JackControl "Mic Jack"
CaptureMixerElem "Mic"
}
Expand Down
3 changes: 2 additions & 1 deletion ucm2/USB-Audio/USB-Audio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ If.realtek-alc1220-vb {
Type RegexMatch
String "${CardComponents}"
# 0414:a002 Gigabyte TRX40 Aorus Pro WiFi
# 0414:a00d Gigabyte TRX40 Aorus Pro WiFi Rev 1.2
# 0b05:1917 ASUS ROG Strix
# 0b05:1918 ASUS PRIME TRX40 PRO-S
# 0db0:0d64 MSI TRX40 Creator
# 0db0:543d MSI TRX40
# 26ce:0a01 Asrock TRX40 Creator
Regex "USB((0414:a002)|(0b05:191[78])|(0db0:(0d64|543d))|(26ce:0a01))"
Regex "USB((0414:a00[2d])|(0b05:191[78])|(0db0:(0d64|543d))|(26ce:0a01))"
}
True.Define.ProfileName "Realtek/ALC1220-VB-Desktop"
}
Expand Down