From d4dc5109db03bd1214938b6b38bad354b6bfc29e Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Wed, 27 Jun 2018 11:48:01 +0200 Subject: 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 --- .../recipes-multimedia/4a-softmixer/4a-softmixer_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit 1.2.3-korg