blob: 4e691e5790b3ec091bbb7c352bb86807ad541aeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
From ed5ce9c176db2e26ac9915b4d86c3a076a8093ae Mon Sep 17 00:00:00 2001
From: "Igor V. Kovalenko" <igor.v.kovalenko@gmail.com>
Date: Fri, 2 Feb 2024 22:00:03 +0300
Subject: [PATCH] config: Disable alsa and bluez monitors by default
--- a/src/config/wireplumber.conf
+++ b/src/config/wireplumber.conf
@@ -72,8 +72,8 @@ wireplumber.profiles = {
policy.standard = required
- hardware.audio = required
- hardware.bluetooth = required
+ #hardware.audio = required
+ #hardware.bluetooth = required
hardware.video-capture = required
}
|