diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-04-19 18:47:36 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-05-22 14:49:49 +0200 |
commit | 9f8566b5306563f7ccdd4052d7c81d03d3e40a26 (patch) | |
tree | eeb8b42ae6f5f8637270524a6e30443d6289d374 /meta-audio-4a-framework/recipes-multimedia | |
parent | df02f65cd94b56e541b89e726b26dd208e6f57f7 (diff) |
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 <jonathan.aillet@iot.bzh>
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-alsa-core/4a-alsa-core_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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" |