diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-21 13:07:23 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-25 11:35:52 +0000 |
commit | 71f6dfb58843ae61ad215142e3bd944a066ca575 (patch) | |
tree | f95fddb8b0e01fb5455f5eeb4e8272e0785d828e /meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb | |
parent | 3d71d6e9ee69dc0119d63ae0c4d5d69f7e79b9cd (diff) |
recipes-multimedia: 4a-hal-generic: update SRCREV
* f5ebbeb Add halmap controls events generation for all hal
* 40a55bf Add streams events generation for each hal
* 24b80b0 Rework calls to mixer streams
* 88ff9d8 Add 'halmap' controls in hal 'info' verb response
* 41a1948 Add setting values of a ALSA control using a +/-
* 2c9738f Send back control previous and current values
* 5b607a1 Send back control current values if no request json
* 6426836 Add a function to get values of an alsa control
* 5283492 Improve ALSA controls volume values conversion
* d4d1991 Update syntax of a request of an halmap verb
* e305728 Typo fix in halmap call response
* 0318b2b Correct halmap calls request json syntax
* 65e5ce8 Move hal configuration files into 4a-hal-configs repository
* 4d6096b plugins: hal-bt: use transport events for streaming enablement
Change-Id: I72252e376139acec94cb16ed4af237465258384c
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb index 1a316d0b..7b15893b 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/4a-hal-generic;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "e21e7421988fde2023a1dc53cb151ba4f2adfe20" +SRCREV = "f5ebbebfe47312c4cd74f5614ee7523f106f3f59" DEPENDS += "lua" |