From 762c46e7456563c2f10a9054195a89599fd0e24c Mon Sep 17 00:00:00 2001 From: Ashok Sidipotu Date: Fri, 27 Oct 2023 15:55:01 +0530 Subject: pipewire: Update PipeWire to v0.3.83 and WirePlumber to v0.4.15 Highlights of Pipewire. - Add BAP broadcast source and sink support. - Vulkan DMA buf support was merged. - Fix a leak in the SBC codecs for SCO. - More bugfixes and improvements. - IRQ based scheduling in ALSA was improved and enabled by default for Pro-Audio profile. It will also link the pcms together to get lower latency. This now matches what JACK does and results in equal latency for Pro-Audio profiles. - A new L permission was added to make it possible to force a link between nodes even when the nodes can't see each other. - Libcamera and v4l2 devices now have properties so that duplicates can be filtered out by the session manager. - Improve RAOP compatibility. - ALSA hires timestamps are now disabled by default. Highlights of Wireplumber. - A new "DSP policy" module has been added; its purpose is to automatically load a filter-chain when a certain hardware device is present, so that audio always goes through this software DSP before reaching the device. This is mainly to support Apple M1/M2 devices, which require a software DSP to be always present - WpImplModule now supports loading module arguments directly from a SPA-JSON config file; this is mainly to support DSP configuration for Apple M1/M2 and will likely be reworked for 0.5 Bug-AGL: SPEC-4940 Change-Id: I7caa7b08686704cc94be896bcd0c2269ab3c8133 Signed-off-by: Ashok Sidipotu Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29388 Tested-by: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller ci-image-boot-test: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb') diff --git a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb index 1caac0b6a..e5c825384 100644 --- a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb +++ b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb @@ -14,14 +14,14 @@ DEPENDS = "glib-2.0 glib-2.0-native pipewire lua" SRC_URI = "\ git://gitlab.freedesktop.org/pipewire/wireplumber.git;protocol=https;branch=master \ " -# v0.4.14 -SRCREV = "6d0c7f7b7f484b3cd2aaf2e2b3cc902c095b4946" +# v0.4.15 +SRCREV = "d67b48e595cb4612fd7fd47f97df6b8883ef7f60" # patches to be able to compile with lower version of meson that is available in AGL. SRC_URI += "\ " -PV = "0.4.14" +PV = "0.4.15" S = "${WORKDIR}/git" WPAPI="0.4" @@ -59,6 +59,7 @@ FILES:${PN} = "\ ${bindir}/wpexec \ ${libdir}/wireplumber-${WPAPI}/* \ ${datadir}/wireplumber/scripts/* \ + ${datadir}/zsh/* \ ${systemd_system_unitdir}/* \ " RPROVIDES:${PN} += "virtual/pipewire-sessionmanager" -- cgit 1.2.3-korg