diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-20 23:36:04 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-20 22:40:09 +0000 |
commit | 35d65ed7f7ba40d0299daa17a6de4b27161d2e43 (patch) | |
tree | ea9f8c62189e4eb9fbf18d6561a868f2e40df12e | |
parent | 32fe9502e45b8d98763f8df4c1b4238cad5c2aa4 (diff) |
4a-hal-generic: bump to latest revision
This includes the following changes:
* 01d55ed Adds support for bluetooth audio through bluez-alsa
* dbe555b Remove old comments not true anymore
* ef3b6e3 Update version of app-controller submodule.
* f278417 Add halmap controls events generation for all hal
* ec6351b Add streams events generation for each hal
* a480485 Rework calls to mixer streams
* ecb0392 Add 'halmap' controls in hal 'info' verb response
* f741fc8 Add setting values of a ALSA control using a +/-
* cdbaaf3 Send back control previous and current values
* 3aa9dec Send back control current values if no request json
* 07c240d Add a function to get values of an alsa control
* 03776c5 Improve ALSA controls volume values conversion
* a34509b Update syntax of a request of an halmap verb
* 86a1b87 Typo fix in halmap call response
* cb1dfa9 Correct halmap calls request json syntax
* be74611 Move hal configuration files into 4a-hal-configs repository
* 265d86d Add master branch into .gitreview file
* 4b299e6 Merge "Add autobuild to top tree"
|\
| * 55561d8 Add autobuild to top tree
* | 2a0c79f Move hal controls actions at the end of hal init
|/
* 7db42de Add tests for 4a-hal-generic
* d3c0253 Change .gitmodules following submodule migration
* 3c2fbe2 hal-bt : Each plugin has its own data structure
* 226aa0f Use new ctl functions to set/get ctl external data
* 71a57c4 Update version of app-controller submodule.
* 32b4b5c Force each hal to have its own ctl section data
* be188c3 Use ctl defines to call afb functions
* cabdc82 Add .gitreview to 4a-hal-generic
* 50be438 Migrate app-templates to CMake module
Change-Id: I94fca26ecfbad784500230b3183f1e2e187c62e9
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-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 4b183883..7608a45a 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 = "e2c70866cc7d4a55409fd459b02118c629b4b216" +SRCREV = "01d55ed8cdd01ca4a7b391ca61c80084bd5a6f2f" DEPENDS += "lua" |