From b013a3ab657b116a48d5cefb46970a3e2d2cdee6 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Sat, 16 Jun 2018 13:02:29 +0200 Subject: 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 --- .../recipes-multimedia/4a-softmixer/4a-softmixer_git.bb | 2 +- 1 file changed, 1 insertion(+), 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 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" -- cgit 1.2.3-korg