wireplumber: update configuration 91/22591/1
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Wed, 9 Oct 2019 09:41:11 +0000 (12:41 +0300)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Wed, 9 Oct 2019 09:41:11 +0000 (12:41 +0300)
This removes the bluetooth modules from the configuration and updates
the alsa monitor name & flags to match what we have in wireplumber master.

Bug-AGL: SPEC-2837

Change-Id: I8eabfabab5ce49a958fc17720a1b76ae43049566
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
meta-pipewire/recipes-multimedia/wireplumber/wireplumber-board-config-agl/wireplumber.conf.in

index 61e9d5d..2506cad 100644 (file)
@@ -25,13 +25,8 @@ load-module C libwireplumber-module-mixer {
 }
 
 load-module C libwireplumber-module-monitor {
-  "factory": <"api.alsa.monitor">,
-  "flags": <["use-adapter"]>
-}
-
-load-module C libwireplumber-module-monitor {
-  "factory": <"api.bluez5.monitor">,
-  "flags": <["local-nodes", "use-adapter"]>
+  "factory": <"api.alsa.enum.udev">,
+  "flags": <["use-adapter", "activate-devices"]>
 }
 
 # Monitors the ALSA devices that are discovered via udev
@@ -48,10 +43,6 @@ load-module C libwireplumber-module-pw-alsa-udev {
 # and creates simple-endpoints for each one of them
 load-module C libwireplumber-module-pw-audio-client
 
-# Monitors the Bluetooth devices that are discovered via pipewire
-# and creates simple-endpoints for each one of them
-load-module C libwireplumber-module-pw-bluez
-
 # Implements linking clients to devices and maintains
 # information about the devices to be used.
 # Notes: