diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-09-07 14:58:50 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-09-07 14:58:50 +0000 |
commit | 71645b64bc5699854f888e34a0a37f799b4ec73b (patch) | |
tree | 083c6ea5b2e00337f243db836973598260a97707 | |
parent | 79cc9d2d01eca9a47527331e859ff2118f3005a2 (diff) |
[4A] Bump 4a-hal-generic and 4a-softmixer (inc. MinnowMax fix)
Alsa devices mapping on Minnowboard Max has changed since the
initial HAL definition and multiple subdevices are now seen on HDMI card.
These changes must be reflected in 4a-softmixer and HAL definition.
Other fixes for upcoming BT support are also included.
New revision for 4a-softmixer includes:
* 9c0aa9f fixed crash upon misconfiguration of capture/playback devices
* 168e928 dmix: used device when in name of slave
* 80deafb Added bluez sound playback support
New revision for 4a-hal-generic includes:
* 9276521 minnow board: fixed the pcm device in json config
* be379b3 Use latest version of app-controller submodule.
* f5113a0 Add bluetooth hal plugin
* 33bc780 Remove unnecessary 'struct' before json_object
* 9ab8302 Correct an error when unpacking alsacore response
* 1ef27b6 Correct errors in hal-utilities-data prototypes
Bug-AGL: SPEC-1692, SPEC-1679
Change-Id: Ie99d6cd7dd13fd27b095e2de7c7160dc92890c98
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 | ||||
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb | 2 |
2 files changed, 2 insertions, 2 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 fef115f5..4dbb72ee 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://github.com/iotbzh/4a-hal-generic;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "e94909270325accdbeba7cde9f8e9e96e554dcda" +SRCREV = "92765214a57266e04738a47b3bcda64300cfa9a6" DEPENDS += "lua" diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb index 214abc33..30c30503 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://github.com/iotbzh/4a-softmixer/;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "ded8e37b50982677480869763f3573ff43858505" +SRCREV = "9c0aa9f3073a37e961a90a973b8d007685c9e184" DEPENDS += "lua" |