summaryrefslogtreecommitdiff
path: root/wireplumber
diff options
context:
space:
mode:
authorzsmith <zsmith@newhopechurch.tv>2025-08-11 09:26:05 -0500
committerzsmith <zsmith@newhopechurch.tv>2025-08-11 09:26:05 -0500
commit15e94d2694f8e84b0fa4454200c1c5bd0c449089 (patch)
treed25464c3943ecf7e608f7121c8912ec8aeaad39f /wireplumber
parent1fc7faa161550f0b43fcfa5b31f58035ddcbd2bc (diff)
Remove everything not Mac compatible
Diffstat (limited to 'wireplumber')
-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",
- },
- }
-)
-