summaryrefslogtreecommitdiff
path: root/.config/wireplumber/main.lua.d/51-camera-microphone-input-rename.lua
blob: c7db70ed73762891b4b0ff361925c964a06534ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
rule = {
   matches = {
	  {
		 { "node.name", "equals", "alsa_input.usb-SunplusIT_Inc_FHD_Camera_Microphone_01.00.00-02.analog-stereo"},
      },
   },
   apply_properties = {
	  ["node.description"] = "Camera Microphone",
	  ["node.nick"] = "Camera Microphone",
   },
}

table.insert(alsa_monitor.rules,rule)