26-less-crackling.conf

This commit is contained in:
Isaac Shoebottom 2025-03-29 23:04:11 -03:00
parent 3469a349d2
commit 38e261d753

View File

@ -0,0 +1,16 @@
# regular devices
monitor.alsa.rules = [
{
matches = [
{
# Matches all sources
node.name = "~alsa_card.*"
}
]
actions = {
update-props = {
api.alsa.soft-mixer = true
}
}
}
]