From 59d8ebf91b6715f9ff07e4c7d43534c0ade39a23 Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Tue, 19 Feb 2019 14:21:34 +0100 Subject: 4a-softmixer: bump to latest version Adds new dependencies in the recipe, and brings all these commits: * 943f34b loops/avirt: forget saved loops after creation * d31ba24 Revert "avirt: restore the avirt submodule" * 7e3e4db avirt: restore the avirt submodule * 419c8f3 plug route: added a calculation for the number of physical channels * a9408d3 streams: improved log output * 396da16 core-pcm: fixed channels setting issues * c9fb698 core pcm: use the same model for writing and reading audio * 297aa83 pcm plugs: rework the alsa config cleanup * c0c670a alsa-api-pcm: added an 'optional' parameter * edeccfc alsa-transaction: simplify the cleanup * 0e9718e alsa-api-pcm: added support of quirks * e3209c8 Merge "alsa-utils-dump: added missing ending null char" |\ | * 1c0ae80 alsa-utils-dump: added missing ending null char * | d5ac697 Add support for AVIRT |/ * d5cc09d Git submodule migration to separated libraries Change-Id: Ia3766b85534f958b59df0ab6cc1369d131cdf4e5 Signed-off-by: Thierry Bultel --- .../recipes-multimedia/4a-softmixer/4a-softmixer_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb index 1ae24d2d..020c160b 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb @@ -7,9 +7,9 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/4a-softmixer.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "17ad00443eecdb2ed7b92da01c7be6f316e04b64" +SRCREV = "943f34b1d319e0ddc157dcfd85acde628f9d2ead" -DEPENDS += "lua liburcu" +DEPENDS += "lua liburcu libafb-helpers libappcontroller libavirt" PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg