25 lines
909 B
Diff
25 lines
909 B
Diff
From 13945e27434951366960dd3a0461c58487df82a2 Mon Sep 17 00:00:00 2001
|
|
From: Wim Taymans <wtaymans@redhat.com>
|
|
Date: Mon, 30 Mar 2020 15:32:04 +0200
|
|
Subject: [PATCH] conf: disable bluez5
|
|
|
|
Disable bluetooth handling by default to avoid causing
|
|
conflicts with pulseaudio.
|
|
---
|
|
src/daemon/pipewire.conf.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in
|
|
index 574cba4f..4ecec24f 100644
|
|
--- a/src/daemon/pipewire.conf.in
|
|
+++ b/src/daemon/pipewire.conf.in
|
|
@@ -71,4 +71,4 @@ create-object spa-node-factory factory.name=support.node.driver node.name=Dummy
|
|
# Execute the given program. This is usually used to start the
|
|
# session manager. run the session manager with -h for options
|
|
#
|
|
-exec pipewire-media-session # -d alsa-seq,alsa-pcm,bluez5,metadata
|
|
+exec pipewire-media-session -d bluez5 # -d alsa-seq,alsa-pcm,metadata
|
|
--
|
|
2.26.2
|
|
|