summaryrefslogtreecommitdiff
path: root/media-video/wireplumber/files/wireplumber-0.4.15-config-disable-sound-server-parts.patch
blob: b4f3ecd311f70a84195e6561cf2a6d83ebdfebf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
commit 3d86f51d2c43fd76be2450a8c27836fdd8619cfa
Author: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Date:   Sun May 15 18:19:03 2022 +0300

    config: Disable alsa and bluez monitors by default
--- a/src/config/bluetooth.lua.d/50-bluez-config.lua
+++ b/src/config/bluetooth.lua.d/50-bluez-config.lua
@@ -1,4 +1,4 @@
-bluez_monitor.enabled = true
+bluez_monitor.enabled = false
 
 bluez_monitor.properties = {
   -- Enabled roles (default: [ a2dp_sink a2dp_source bap_sink bap_source hfp_hf hfp_ag ])
--- a/src/config/main.lua.d/50-alsa-config.lua
+++ b/src/config/main.lua.d/50-alsa-config.lua
@@ -1,4 +1,4 @@
-alsa_monitor.enabled = true
+alsa_monitor.enabled = false
 
 alsa_monitor.properties = {
   -- Create a JACK device. This is not enabled by default because
-- 
2.42.0