From 9f8566b5306563f7ccdd4052d7c81d03d3e40a26 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Fri, 19 Apr 2019 18:47:36 +0200 Subject: 4a-alsa-core: bump to latest revision 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 --- .../recipes-multimedia/4a-alsa-core/4a-alsa-core_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-audio-4a-framework/recipes-multimedia') diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-alsa-core/4a-alsa-core_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-alsa-core/4a-alsa-core_git.bb index 87251457..b94eff21 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-alsa-core/4a-alsa-core_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-alsa-core/4a-alsa-core_git.bb @@ -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" -- cgit 1.2.3-korg