From 502057487cf7346e136e058880a33ac298facb19 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 24 Aug 2021 09:57:08 -0400 Subject: pipewire: update to pw 0.3.30 and wp 0.4.0 * The pipewire recipe has been synced with the upstream yocto one * WirePlumber configuration now has volume ducking enabled for navigation messages. This means that music will now duck when a navigation message plays instead of being corked. * PipeWire's default configuration now lives in /usr/share/pipewire, with the possibility to override it in /etc/pipewire. This allows resetting to upstream defaults by removing /etc/pipewire v2: add licenses to the layer to match the upstream recipe, adapt licenses of sub-packages v3: mark each package with the desired license instead of the mix v4: simplify the license output of the sub-packages Bug-AGL: SPEC-3844 Signed-off-by: George Kiagiadakis [manual backport of e17ac08 from master/lamprey] Signed-off-by: Scott Murray Change-Id: Ibf72ed9536706e940abcaa08be92f19617f1ab1f Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26569 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- .../wireplumber/wireplumber-config-agl/30-alsa-monitor.lua | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'meta-pipewire/recipes-multimedia/wireplumber/wireplumber-config-agl/30-alsa-monitor.lua') diff --git a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber-config-agl/30-alsa-monitor.lua b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber-config-agl/30-alsa-monitor.lua index fd6b7ecb5..75a169675 100644 --- a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber-config-agl/30-alsa-monitor.lua +++ b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber-config-agl/30-alsa-monitor.lua @@ -62,11 +62,6 @@ alsa_monitor.rules = { { "api.alsa.card.id", "=", "ak4613" }, { "api.alsa.pcm.device", "=", "0" }, }, - { - -- dra7xx - { "node.name", "matches", "alsa_output.*" }, - { "api.alsa.card.id", "=", "DRA7xx-EVM" }, - }, { -- imx8mq { "node.name", "matches", "alsa_output.*" }, @@ -130,11 +125,6 @@ alsa_monitor.rules = { { "node.name", "matches", "alsa_input.*" }, { "api.alsa.card.id", "=", "ak4613" }, }, - { - -- dra7xx - { "node.name", "matches", "alsa_input.*" }, - { "api.alsa.card.id", "=", "DRA7xx-EVM" }, - }, { -- imx8mq { "node.name", "matches", "alsa_input.*" }, -- cgit 1.2.3-korg