wireplumber: update to master as of Dec 5th 2019
[AGL/meta-agl-devel.git] / meta-pipewire / recipes-multimedia / wireplumber / wireplumber-board-config-agl / wireplumber.conf
@@ -33,24 +33,5 @@ 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
 
-# Implements linking clients to devices and maintains
-# information about the devices to be used.
-# Notes:
-# - Devices must be specified in hw:X,Y format, where X and Y are integers.
-#   Things like hw:Intel,0 or paths are not understood.
-# - Roles and priorities can be arbitrary strings and arbitrary numbers
-# - Roles are matched against the stream names specified in the modules above.
-load-module C libwireplumber-module-simple-policy {
-  "default-playback-device": <"PLAYBACK">,
-  "default-capture-device": <"CAPTURE">,
-  "role-priorities": <{
-    "Multimedia": 1,
-    "Speech-Low": 2,
-    "Custom-Low": 3,
-    "Navigation": 5,
-    "Speech-High:": 7,
-    "Custom-High": 8,
-    "Communication": 9,
-    "Emergency": 10
-  }>
-}
+# Implements linking clients to devices based on TOML configuration files
+load-module C libwireplumber-module-config-policy