aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-06-05Move cmake install prefixhal-rc1-sandboxJonathan Aillet2-1/+2
Move cmake install prefix from config.cmake to distrib osconfig.cmake. Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-05Correct a warning when using snd_output_printf functionJonathan Aillet1-1/+1
Instead of passing directly a 'const char *' to snd_output_printf function use a "%s" format. Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-02Update version of app-afb-helpers-submodule submodule.Jonathan Aillet1-0/+0
Changes of app-afb-helpers-submodule: (9685413 - Sebastien Douheret) Fixed build warnings with gcc >= 7.3 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-02Take into account params sent with a streamJonathan Aillet1-9/+8
The params sent with a stream was overwrite when it was read. Save them correctly at stream json parsing. Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-02Authorize new section at mixer initializationJonathan Aillet1-1/+2
Authorize the new section 'mixerapi' to be present into the json sent to initialize mixer. Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-02Correct a conversion into remp processingJonathan Aillet1-1/+1
The conversion from ms to us wasn't done correctly, it is fixed now. Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-02Change name of configuration fileJonathan Aillet2-4/+7
Change name of configuration file, and change the prefix used to search for this configuration file. That way, at binder launch, we can use a name like 'afb-4a*'. Also, remove the automatic launch of the lua file at binding startup. Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-02Update version of app-controller-submodule submodule.Jonathan Aillet1-0/+0
Changes of app-controller-submodule: (bcd9efc - Sebastien Douheret) Fixed build warnings with gcc >= 7.3 (0e30275 - Jonathan Aillet) Increase lua script max message size (263731b - Jonathan Aillet) Prevent lost of config file path when searching (8ce6d20 - Jonathan Aillet) Correct way that api actions are handled in controller (64671ea - Jonathan Aillet) Handle more metadata in the controller. (53bc4e4 - Jonathan Aillet) Add possibility to set prefix to NULL in CtlConfigScan Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-05-28plugins: fixed some typos & compilation warningsThierry Bultel3-7/+8
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-05-28Use latest version of app-afb-helpers-submodule submodule.Thierry Bultel1-0/+0
Changes of app-afb-helpers-submodule: (f250572 - Thierry Bultel) Added afb-helpers-utils.h Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-05-25alsa-api-zones: fixed sigsegv on channel parsingThierry Bultel1-1/+2
2018-05-25README.md: fixed a typoThierry Bultel1-1/+1
2018-05-25fixed search path for configThierry Bultel3-3/+15
2018-05-24Use latest version of app-controller-submodule submodule.Thierry Bultel1-0/+0
Changes of app-controller-submodule: (4a72302 - Thierry Bultel) Fixed compilation warnings with gcc-7.2.0 (4b4a05d - Jonathan Aillet) Add an external field to CtlConfig Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-05-24config.cmake: added missing dependency to luaThierry Bultel1-0/+1
2018-05-23Fixed typo in README.mdThierry Bultel1-3/+3
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-05-23Fixed typo in README.m, added kernel requirementsThierry Bultel1-1/+13
Fixed the snd-aloop module name, and added instructions to check and add the kernel feature if necessary. Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-05-22bump app-afb-helpers-submodule to f9f7e1e3d394024484df41e3d97d6b8505810f36Thierry Bultel1-0/+0
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-05-22Fixed compilation warnings with gcc-7.2.0Thierry Bultel5-9/+9
Replaced some 'size_t' by 'int' Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-05-18Update to last controller fixFulup Ar Foll4-3/+3
2018-05-18Added create/close mixer APIFulup Ar Foll5-131/+281
2018-05-18Implements volume rampingFulup Ar Foll16-203/+505
2018-05-18Added relative volume setting per audio-streamFulup Ar Foll2-31/+72
2018-05-17Implemented sub API for stream with volume/pause/toggle/...Fulup Ar Foll7-25/+104
2018-05-17Initial version with dynamic APIsFulup Ar Foll19-247/+543
2018-05-17Cleanup soft vol control creationFulup Ar Foll8-245/+95
2018-05-16Move to new config syntaxfulup5-19/+78
2018-05-15Update to last submodule helpersfulup2-0/+0
2018-05-14Move to new Romain controller versionfulup14-459/+232
2018-05-14Fix temporary app-template os detection failurefulup2-1/+2
Signed-off-by: fulup <fulup.arfoll@iot.bzh>
2018-05-14Update submodulesfulup3-0/+0
Signed-off-by: fulup <fulup.arfoll@iot.bzh>
2018-05-14Fix previous commit errorfulup1-5/+0
2018-05-14Documentation and simple config for one cardfulup2-0/+274
2018-05-13First testable version.Fulup Ar Foll19-673/+884
Mixing with volume and mute per audio role works.
2018-05-13First version muxing multiple audio streams.Fulup Ar Foll7-23/+34
2018-05-13Initial version with softvol,Route,Multi,DmixFulup Ar Foll20-282/+1492
2018-05-11Initial version with softvol control and DMIXFulup Ar Foll11-449/+482
2018-05-08Fist AlsaLoop model playing music (work in progress)Fulup Ar Foll17-248/+1434
2018-04-30On going effort, now load and support LUA+C pluginFulup Ar Foll24-90/+1357
2018-04-29Hack config to bypass limitation and load pluginFulup Ar Foll3-10/+7
2018-04-29Initial push work in progressFulup Ar Foll25-1/+1414
2018-04-29Initial commitFulup Ar Foll2-0/+202