From: Stephane Desneux Date: Sat, 16 Jun 2018 11:02:29 +0000 (+0200) Subject: 4a-softmixer: use correct channels count when creating PCMs X-Git-Tag: 5.1.0~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b013a3ab657b116a48d5cefb46970a3e2d2cdee6;p=AGL%2Fmeta-agl-devel.git 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 --- 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"