4a-softmixer: bump to latest version 99/20199/4
authorThierry Bultel <thierry.bultel@iot.bzh>
Tue, 19 Feb 2019 13:21:34 +0000 (14:21 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 25 Feb 2019 21:44:11 +0000 (21:44 +0000)
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 <thierry.bultel@iot.bzh>
meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb

index 1ae24d2..020c160 100644 (file)
@@ -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"