Skip to content

Commit

Permalink
fix: Fix HDMI audio default on some Strix hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 18, 2025
1 parent c14390e commit 2ae6b3f
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
monitor.alsa.rules = [
{
matches = [
{
node.name = "alsa_output.pci-0000_c3_00.1.hdmi-stereo-extra1"
}
]
actions = {
update-props = {
priority.driver = 1100
priority.session = 1100
}
}
}
]

0 comments on commit 2ae6b3f

Please sign in to comment.