aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel@iot.bzh>2018-06-27 11:48:01 +0200
committerStéphane Desneux <stephane.desneux@iot.bzh>2018-06-28 11:20:30 +0000
commitd4dc5109db03bd1214938b6b38bad354b6bfc29e (patch)
treec504a27c0b25cfa016fb493b3639798229db10e1
parent2a3a88bca60cfe14ea258e16e92fa169d126e3ff (diff)
4a-softmixer: bump to latest version
Bug-AGL: SPEC-1533 This bump brings these commits: * 731c21e (HEAD -> master, origin/master, origin/eel, origin/HEAD, eel) Rework the pcm copy loop and save a lot of CPU * 7a02db1 plugins: code & log cleanup * b124cc0 pcm core: fixed spurious XRUN issues * aa13829 route plugin:fixed mismatch with several sound cards * f8a4899 set the correct number of channels in dmix * cf7b396 alsa-plug-vol: code & log cleanup * 38f7eb2 alsa-utils-bypath: code & log cleanup * 844108e .gitignore: ignore build with wildcard * 30b321a alsa-utils-dump: added log upon failing parameters retrieval * 407cfbe zones: fixed index mismatch when multiple sound cards are declared * 3e00731 alsa-api-mixer: code & log cleanup * 4c42a1d alsa-api-streams: code & log cleanup * 12c0873 sinks: fixed index mismatch when multiple sound cards are declared * 3b8dbd3 pcm: return volume value with null set request Change-Id: I50c36477f538dabe62f2011241c351ba4a1d64f4 Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
-rw-r--r--meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb3
1 files changed, 2 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 a556ae93..a042e397 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,8 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI = "gitsm://github.com/iotbzh/4a-softmixer/;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "6f060510979e213d5584144101e82ab34efc5617"
+SRCREV = "731c21e80ba45339b7dd9b8eae63accd3597d281"
+#SRCREV = "${AUTOREV}"
DEPENDS += "lua"