diff options
Diffstat (limited to '.config/wireplumber/main.lua.d/51-camera-microphone-input-rename.lua')
| -rw-r--r-- | .config/wireplumber/main.lua.d/51-camera-microphone-input-rename.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.config/wireplumber/main.lua.d/51-camera-microphone-input-rename.lua b/.config/wireplumber/main.lua.d/51-camera-microphone-input-rename.lua deleted file mode 100644 index c7db70e..0000000 --- a/.config/wireplumber/main.lua.d/51-camera-microphone-input-rename.lua +++ /dev/null @@ -1,13 +0,0 @@ -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) |
