Skip to content
Snippets Groups Projects
Commit 5069ce5e authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

wireplumber.conf: disable bluez monitor by default

- because it conflicts with pulseaudio and we actually still want
  pipewire to be able to run along pulseaudio on default setups
- and because it doesn't work well yet
parent be6d00d3
No related branches found
Tags apertis/0.4.2-3+apertis2
No related merge requests found
......@@ -39,7 +39,7 @@ load-module C libwireplumber-module-si-monitor-endpoint
load-module C libwireplumber-module-monitor {
"alsa": <{"factory": <"api.alsa.enum.udev">, "flags": <["use-adapter"]>}>,
"bluez5": <{"factory": <"api.bluez5.enum.dbus">, "flags": <["local-nodes", "use-adapter"]>}>,
#"bluez5": <{"factory": <"api.bluez5.enum.dbus">, "flags": <["local-nodes", "use-adapter"]>}>,
"v4l2": <{"factory": <"api.v4l2.enum.udev">}>
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment