From e4c7027b142672964fdbf788a7495a39a1f46d5f Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Thu, 5 Dec 2019 17:08:12 +0200 Subject: wireplumber: update to master as of Dec 5th 2019 This update introduces a new TOML configuration file based policy engine, which behaves the same as the previous static engine, except that we now can: * link different apps to different devices * finetune how the device is configured with a lot of properties that we can match against * force a specific role to a specific app, by overriding it in the configuration file * make a specific app remain linked to the output even if another app comes in to play something; this is useful for the bluez-alsa gstreamer helper at this moment In addition, the code is cleaner and easier to work with, and we can easily add more properties to force a specific behavior per app. Bug-AGL: SPEC-2837 Change-Id: If0ecd468592b78cb2f2a5a8c3db16f655e4927f9 Signed-off-by: George Kiagiadakis --- .../wireplumber-board-config-agl/default.streams | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 meta-pipewire/recipes-multimedia/wireplumber/wireplumber-board-config-agl/default.streams (limited to 'meta-pipewire/recipes-multimedia/wireplumber/wireplumber-board-config-agl/default.streams') diff --git a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber-board-config-agl/default.streams b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber-board-config-agl/default.streams new file mode 100644 index 00000000..c645416a --- /dev/null +++ b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber-board-config-agl/default.streams @@ -0,0 +1,31 @@ +[[streams]] +name = "Multimedia" +priority = 25 + +[[streams]] +name = "Speech-Low" +priority = 30 + +[[streams]] +name = "Custom-Low" +priority = 35 + +[[streams]] +name = "Navigation" +priority = 50 + +[[streams]] +name = "Speech-High" +priority = 60 + +[[streams]] +name = "Custom-High" +priority = 65 + +[[streams]] +name = "Communication" +priority = 75 + +[[streams]] +name = "Emergency" +priority = 99 -- cgit 1.2.3-korg