diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-07-17 09:09:52 +0000 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-07-17 13:43:34 +0200 |
commit | 4f1de07efe07d9edfb94a6a107c314079409a724 (patch) | |
tree | 74b2093df886feb0723bc7c82c0427c6bc0c6745 /meta-audio-4a-framework/recipes-multimedia | |
parent | ef5c3f43081d09ef58abea2b25ead9ea73047887 (diff) |
bump 4a-softmixer to the latest version
Here are the changes:
afc7d62 alsa-core-pcm: sets sw start & stop thresholds
283bf0a stops the read/write loop when the stream is muted
Change-Id: I50cd5d8d798fec9ef303861df5eccb49094544f6
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia')
-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 93a1dc32..751d83b0 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 @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://github.com/iotbzh/4a-softmixer/;protocol=https;branch=${AGL_BRANCH}" #SRCREV = "${AGL_APP_REVISION}" -SRCREV = "afd9f87786fe0cc3070ec976b89399603112c845" +SRCREV = "afc7d62d02c523f3d3adc29f713f5a4395ca3f58" DEPENDS += "lua" |