summaryrefslogtreecommitdiffstats
path: root/meta-audio-4a-framework/recipes-multimedia/4a-softmixer
AgeCommit message (Collapse)AuthorFilesLines
2018-06-284a-softmixer: bump to latest versionThierry Bultel1-1/+2
Bug-AGL: SPEC-1533 This bump brings these commits: * 731c21e (HEAD -> master, origin/master, origin/eel, origin/HEAD, eel) Rework the pcm copy loop and save a lot of CPU * 7a02db1 plugins: code & log cleanup * b124cc0 pcm core: fixed spurious XRUN issues * aa13829 route plugin:fixed mismatch with several sound cards * f8a4899 set the correct number of channels in dmix * cf7b396 alsa-plug-vol: code & log cleanup * 38f7eb2 alsa-utils-bypath: code & log cleanup * 844108e .gitignore: ignore build with wildcard * 30b321a alsa-utils-dump: added log upon failing parameters retrieval * 407cfbe zones: fixed index mismatch when multiple sound cards are declared * 3e00731 alsa-api-mixer: code & log cleanup * 4c42a1d alsa-api-streams: code & log cleanup * 12c0873 sinks: fixed index mismatch when multiple sound cards are declared * 3b8dbd3 pcm: return volume value with null set request Change-Id: I50c36477f538dabe62f2011241c351ba4a1d64f4 Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-06-164a-softmixer: use correct channels count when creating PCMsStephane Desneux1-1/+1
This patch bumps 4a-softmixer to latest revision 6f06051. An issue with unicens card (wrong number of channels declared on target sound card) is solved by this commit. Change-Id: I1961d2b8cb6fece62fcc250661def1d153d629e6 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)