Skip to content

Commit

Permalink
fix(msi-claw): Add fix for audio cutting out
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 18, 2025
1 parent c54796f commit 748b9af
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
monitor.alsa.rules = [
{
matches = [
{
node.name = "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Speaker__sink"
}
]
actions = {
update-props = {
api.alsa.headroom = 1024
}
}
}
]

0 comments on commit 748b9af

Please sign in to comment.