Skip to content

Commit

Permalink
USB-Audio: ALC4080: Fix S/PDIF for 0b05:1a5c
Browse files Browse the repository at this point in the history
Closes: #342
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
perexg committed Jan 9, 2024
1 parent 56a0dc8 commit 079e180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucm2/USB-Audio/Realtek/ALC4080-HiFi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If.spdif_dev2 {
Condition {
Type RegexMatch
String "${CardComponents}"
Regex "USB(0b05:1996|0b05:1a5[23]|0db0:1feb)"
Regex "USB(0b05:(1996|1a5[23c])|0db0:1feb)"
}
True.Define.SpdifPCM "hw:${CardId},2"
}
Expand Down

0 comments on commit 079e180

Please sign in to comment.