diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2019-05-15 14:11:57 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2019-05-15 14:11:57 +0200 |
commit | 83d7fbc19111d3dae2121ac3ad434f41d64e3801 (patch) | |
tree | e01065091350984dc7abc3c32fd9a8942ef23dd2 | |
parent | 21b51284a5a84a1258e27a8d27a29c17d0ee790f (diff) |
4a: bump 4a-softmixer & 4a-hal-generic to latest versionguppy_7.0.2guppy/7.0.27.0.2
In order to fix AGL-Bug: SPEC-2387,
bump 4a-hal-generic and 4a-softmixer to the latest version
This respectively brings the following commits (all on the merged
branch are cherry-picked from master):
4a-hal-generic:
* d47f47e Merge branch 'sandbox/tbultel/spec-2387' into guppy
|\
| * 33fb965 .gitignore: added wildcard for build directory
| * 43efc33 bluealsa plugin: do not do anything when the HAL is not ready
| * db4eeea bluealsa plugin: get the sampling rate from the transport
|/
4a-softmixer:
* b520613 Merge branch 'sandbox/tbultel/spec-2387' into guppy
|\
| * 43df828 loops/avirt: forget saved loops after creation
| * 622096c plug route: added a calculation for the number of physical c..
| * c950295 streams: improved log output
| * 7520fbf core-pcm: fixed channels setting issues
| * 293fe69 core pcm: use the same model for writing and reading audio
| * e355716 pcm plugs: rework the alsa config cleanup
| * eb45566 alsa-api-pcm: added an 'optional' parameter
| * 93bf6e6 alsa-transaction: simplify the cleanup
| * bb70b48 alsa-api-pcm: added support of quirks
| * 93ca785 alsa-utils-dump: added missing ending null char
|/
Change-Id: I7faa8acf77bc903abccde5b48f30728bfac535aa
Signed-off-by: Thierry Bultel <thierry.bultel@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 415ec5a8..00473125 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 = "2d4da5da14a328fa04ebddad33750c033523c383" +SRCREV = "d47f47e7a8dd685c44506e3b37e11b017744261f" DEPENDS += "lua bluez-alsa liburcu libafb-helpers libappcontroller" 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 75f725e6..d005777b 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://gerrit.automotivelinux.org/gerrit/src/4a-softmixer.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "6c627f8650b88b19704dd4e513fe7fff701c00c1" +SRCREV = "b5206132b6fb5b060acacaf2aee45841a7792a8c" DEPENDS += "lua liburcu" |