mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-12 08:08:56 +02:00
18 lines
559 B
Diff
18 lines
559 B
Diff
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
|
|
}
|
|
|