File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ alsa_monitor.properties = {
20
20
21
21
alsa_monitor .rules = {
22
22
-- An array of matches/actions to evaluate.
23
- --
23
+ --
24
24
-- If you want to disable some devices or nodes, you can apply properties per device as the following example.
25
25
-- The name can be found by running pw-cli ls Device, or pw-cli dump Device
26
26
-- {
@@ -114,4 +114,15 @@ alsa_monitor.rules = {
114
114
-- ["session.suspend-timeout-seconds"] = 5, -- 0 disables suspend
115
115
},
116
116
},
117
+ {
118
+ -- Devices known to require a headroom.
119
+ matches = {
120
+ {
121
+ { " node.name" , " matches" , " alsa_output.usb-0b0e_Jabra_SPEAK_410_USB_501AA523CBCAx010900-00.analog-stereo" }
122
+ },
123
+ },
124
+ apply_properties = {
125
+ [" api.alsa.headroom" ] = 1024 ,
126
+ },
127
+ },
117
128
}
You can’t perform that action at this time.
0 commit comments