diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2019-02-01 15:08:02 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-02-07 13:19:44 +0000 |
commit | 6ef56b9663122a6396247910e21d4895eb413fde (patch) | |
tree | c6dea9bf65d2934816e66bf08432cd2d0471bf9b /meta-audio-4a-framework | |
parent | 237888bd01565888afcb230fd60ef19308fecf6c (diff) |
4a-softmixer: bump to latest version
This brings the following commits:
67299f9: bluetooth sco: fixed the softvol open error
e28d321: Prevents setting of ALSA controls out-of-range
739ff0e: Correct sent back stream volume
Change-Id: I5d22f3b76693810c0327e404dc7898e23bebe7b9
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
(cherry picked from commit 634b20a2448d103c991844919cb0a094d2d990b3)
Diffstat (limited to 'meta-audio-4a-framework')
-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 8f1f3528..1ae24d2d 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 = "1103db258f1864b96565c3789bd91bd4ffadc7a7" +SRCREV = "17ad00443eecdb2ed7b92da01c7be6f316e04b64" DEPENDS += "lua liburcu" |