4a-alsa-core: bump to latest revision 11/21111/2
authorJonathan Aillet <jonathan.aillet@iot.bzh>
Fri, 19 Apr 2019 16:47:36 +0000 (18:47 +0200)
committerJonathan Aillet <jonathan.aillet@iot.bzh>
Wed, 22 May 2019 12:49:49 +0000 (14:49 +0200)
Also add a new dependency to 'libafb-helpers' from
the included changes.

Included changes:
9b71be0 Improve tests for 4a-alsa-core
b8af262 Rework ALSA card get info function
4eb02cc Rework ALSA control set/get function
b04cb5e Improve prints when setting values of control
056aa12 Send back cardid only if request is valid
0219aa9 Improve ALSA control creation
980a8f0 Fix dbScale generation when adding custom control

BUG-AGL: SPEC-2435

Change-Id: I4e9a7f91be98ad157899ed864ae47f2c383514dd
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
meta-audio-4a-framework/recipes-multimedia/4a-alsa-core/4a-alsa-core_git.bb

index 8725145..b94eff2 100644 (file)
@@ -7,7 +7,9 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
 
 SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/4a-alsa-core;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "985df9fad73cd9e9c5f18e18f3fe41e030f63b20"
+SRCREV = "9b71be04ea600189e390bb111624ad5c2d248a4c"
+
+DEPENDS += "libafb-helpers"
 
 PV = "0.1+git${SRCPV}"
 S  = "${WORKDIR}/git"