summaryrefslogtreecommitdiff
path: root/.config/wireplumber/main.lua.d/52-starshipmatisse-input-disable.lua
blob: 51edd83637715464b1ce8c9a1be7adc2a6249b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
rule = {
   matches = {
	  {
		 { "node.name", "equals", "alsa_input.pci-0000_31_00.4.analog-stereo"},
      },
   },
   apply_properties = {
	  ["node.disabled"] = true,
   },
}

table.insert(alsa_monitor.rules,rule)