diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-06-16 13:02:29 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-06-16 13:06:28 +0200 |
commit | b013a3ab657b116a48d5cefb46970a3e2d2cdee6 (patch) | |
tree | 88bc96009ef60965b3d9ee5e38a014cbf05259ac /meta-audio-4a-framework | |
parent | 3eec7ddbb5a851f01aabd8880cae4f5b39983aa8 (diff) |
4a-softmixer: use correct channels count when creating PCMs
This patch bumps 4a-softmixer to latest revision 6f06051.
An issue with unicens card (wrong number of channels declared
on target sound card) is solved by this commit.
Change-Id: I1961d2b8cb6fece62fcc250661def1d153d629e6
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
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 0e169f0a..a556ae93 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://github.com/iotbzh/4a-softmixer/;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "e173f942334e741714ac45924554552b5511de1d" +SRCREV = "6f060510979e213d5584144101e82ab34efc5617" DEPENDS += "lua" |