summaryrefslogtreecommitdiff
path: root/wireplumber/main.lua.d
diff options
context:
space:
mode:
authorZachIR <zachir@zdx-raina>2023-07-10 22:11:51 -0500
committerZachIR <zachir@zdx-raina>2023-07-10 22:11:51 -0500
commitcbe59feb58690b2606bdd7abc2c53cae6b06bf75 (patch)
tree765137a1e11059a26dbff7a5de8ebd9914073bb3 /wireplumber/main.lua.d
parent593eb0c5dec831863188e87cc4e4d4826ef9384d (diff)
Remove graphical configs for server branch
Diffstat (limited to 'wireplumber/main.lua.d')
-rw-r--r--wireplumber/main.lua.d/51-custom.lua22
1 files changed, 0 insertions, 22 deletions
diff --git a/wireplumber/main.lua.d/51-custom.lua b/wireplumber/main.lua.d/51-custom.lua
deleted file mode 100644
index 2340e94..0000000
--- a/wireplumber/main.lua.d/51-custom.lua
+++ /dev/null
@@ -1,22 +0,0 @@
-table.insert(alsa_monitor.rules,
- {
- -- Rules for matching a device or node. It is an array of
- -- properties that all need to match the regexp. If any of the
- -- matches work, the actions are executed for the object.
- matches = {
- {
- { "device.name", "matches", "alsa_card.usb-Audient_Audient_iD4-00" },
- },
- },
- -- Apply properties on the matched object.
- apply_properties = {
- -- Use UCM instead of profile when available. Can be
- -- disabled to skip trying to use the UCM profile.
- ["api.alsa.use-ucm"] = false,
-
- -- The default active profile. Is by default set to "Off".
- ["device.profile"] = "Pro Audio",
- },
- }
-)
-