summaryrefslogtreecommitdiffstats
path: root/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic
AgeCommit message (Collapse)AuthorFilesLines
2018-07-034a-hal-generic: bump to latest eel versioneel_5.1.0eel/5.1.05.1.0eelJonathan Aillet1-1/+1
(8142c7e - Jonathan Aillet) Correct audio configurations for Rcar boards (2b04151 - Jonathan Aillet) Disable community hals by default Bug-AGL: SPEC-1405 Change-Id: I3d70233bd3830a9712c67c383b10a9078a98304c Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-274a-hal-generic: Bump to latest versionJonathan Aillet1-1/+1
* 81766dc Fix spelling in README.md * 51bb228 Improve hal list response from hal-manager * 2dfd4dd Remove boolean library * 38dcf50 Free json objects that should have been freed * 00a7499 Correct handling of incomming json messages * 9e0c0cf Authorize launching 4a-hal with no config file * 440cb8a Correct the request return when calling a stream * c422421 Delay event parsing to be the last * c42b631 Optimize alsacore event handler * 592480d Update Kingfisher json configuration files Bug-AGL: SPEC-1405 Change-Id: Ide6e0e7ac7b6473ef44d674eb445352ab13097b6 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-164a-hal-generic: new HAL for M3+KF and bump to latest revisionStephane Desneux1-1/+1
Added patches: * c81a825 Authorize empty response from mixer * 0558c1a Call onload section to before halmap section * a9a0a53 Correct typo in README.md * 4dc19cb 4a-hal-cfg-reference: add HAL definition for M3 on Kingfisher Change-Id: Ic4c063cc1f66289d63124dd9ab952d7d86f47e51 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-06-14meta-audio-4a-framework: bump recipes to latest revsStephane Desneux1-4/+2
4a-hal-generic now bumped to RC2 Use ${AGL_APP_REVISION} for all gerrit repos: * 4a-alsa-core/4a-alsa-core_git.bb:SRCREV = "${AGL_APP_REVISION}" * 4a-hal-unicens/4a-hal-unicens_git.bb:SRCREV = "${AGL_APP_REVISION}" * agl-service-audio-4a/agl-service-audio-4a_git.bb:SRCREV = "${AGL_APP_REVISION}" Use SHA1 for external (github) repos: * 4a-hal-generic/4a-hal-generic_git.bb:SRCREV = "25ec9ead44e7429b673a60d347a55d0086578e75" * 4a-softmixer/4a-softmixer_git.bb:SRCREV = "e173f942334e741714ac45924554552b5511de1d" Change-Id: Ic1215f9b0a786e9496ea448483c3a4b78be37c7e Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-06-13Adapt audio packagegroup and template to use rewritten componentsJan-Simon Möller1-1/+1
Now we make use of the 4a-softmixer and 4a-hal-generic to drive the backend of the audio framework. This is the outcome of the audio F2F held in june. Also fix the license checksums in 4a-hal-generic and 4a-softmixer. Change-Id: Id709b0901228bdee86ab4b2bab395599365d00e0 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-07First recipes for 4a-hal-generic and 4a-softmixerJan-Simon Möller1-0/+24
During the F2F we're working on the integration of these two as a preview and getting it into ppl's hands. Change-Id: I5392664e1736b4505bf72cf3424e8372aa4a10b7 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> (cherry picked from commit cf3716a3089b00279673cdc3f1cf65e741a7ae54)