parent
9f91c6e8ab
commit
a0800e6e6b
@ -0,0 +1,17 @@ |
||||
monitor.alsa.rules = [ |
||||
{ |
||||
matches = [ |
||||
# This matches the value of the 'node.name' property of the node. |
||||
{ |
||||
node.name = "~alsa_output.*" |
||||
} |
||||
] |
||||
actions = { |
||||
# Apply all the desired node specific settings here. |
||||
update-props = { |
||||
api.alsa.period-size = 1024 |
||||
api.alsa.headroom = 8192 |
||||
} |
||||
} |
||||
} |
||||
] |
||||
Reference in new issue