diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2019-04-08 12:16:59 +1000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-05-01 11:50:52 +0000 |
commit | 80a24bc69093d3fc5fa2d57242014fbc21307b24 (patch) | |
tree | aaed381a1f4314b8ae5ac9129f67670ee2c14462 /meta-audio-4a-framework/recipes-multimedia/4a-softmixer | |
parent | 0bfe1a36c4bcc9c4d309f9005b2d8da23ca0eed8 (diff) |
Update avirt kernel module and libavirt userspace library
Update the avirt core kernel module and the accompanying libavirt
userspace library to the latest releases. The key new feature is a
completed and finalized audio path routing system, enabling audio
routing at the kernel level.
Change-Id: I69eaa578390f4ba67ad71506c359276bee252b19
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia/4a-softmixer')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb | 2 |
1 files changed, 1 insertions, 1 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..75f725e6 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,7 +7,7 @@ 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 = "6c627f8650b88b19704dd4e513fe7fff701c00c1" DEPENDS += "lua liburcu" |