wireplumber: update to master
[AGL/meta-agl-devel.git] / meta-pipewire / recipes-multimedia / wireplumber / wireplumber-board-config-agl / wireplumber.conf
index 4bbe971..e0975a8 100644 (file)
@@ -23,19 +23,8 @@ load-module C libwireplumber-module-monitor {
   "flags": <["use-adapter", "activate-devices"]>
 }
 
-# Monitors the ALSA devices that are discovered via udev
-# and creates softdsp-endopints for each one of them
-# The streams specified here are the ones that will be available for linking
-# clients. Currently, they are matched against the client's role string.
-load-module C libwireplumber-module-pw-alsa-udev {
-  "streams": <["Multimedia", "Speech-Low", "Custom-Low",
-                "Navigation", "Speech-High", "Custom-High",
-                "Communication", "Emergency"]>
-}
-
-# Monitors the Audio clients that are discovered via pipewire
-# and creates simple-endpoints for each one of them
-load-module C libwireplumber-module-pw-audio-client
+# Implements endpoint creation based on TOML configuration files
+load-module C libwireplumber-module-config-endpoint
 
 # Implements linking clients to devices based on TOML configuration files
 load-module C libwireplumber-module-config-policy