aboutsummaryrefslogtreecommitdiffstats
path: root/4a-hal
AgeCommit message (Expand)AuthorFilesLines
2018-12-20Add halmap controls events generation for all halflounder_6.0.5flounder_6.0.4flounder/6.0.5flounder/6.0.46.0.56.0.4flounderJonathan Aillet2-3/+59
2018-12-20Add streams events generation for each halJonathan Aillet6-0/+176
2018-12-20Rework calls to mixer streamsJonathan Aillet5-42/+193
2018-12-20Add 'halmap' controls in hal 'info' verb responseJonathan Aillet2-21/+77
2018-12-20Add setting values of a ALSA control using a +/-Jonathan Aillet3-4/+118
2018-12-20Send back control previous and current valuesJonathan Aillet1-5/+36
2018-12-20Send back control current values if no request jsonJonathan Aillet1-4/+31
2018-12-20Add a function to get values of an alsa controlJonathan Aillet3-25/+86
2018-12-20Improve ALSA controls volume values conversionJonathan Aillet4-66/+192
2018-12-20Update syntax of a request of an halmap verbJonathan Aillet1-1/+1
2018-12-20Typo fix in halmap call responseJonathan Aillet1-2/+2
2018-12-20Correct halmap calls request json syntaxJonathan Aillet1-8/+3
2018-12-06Move hal controls actions at the end of hal initJonathan Aillet1-1/+1
2018-12-06Force each hal to have its own ctl section dataJonathan Aillet1-2/+6
2018-10-08Move hal sections callbacks after plugin callbackJonathan Aillet1-2/+2
2018-10-08Move mixer attach into its controller sectionJonathan Aillet2-17/+16
2018-10-08Remove unnecessary 'function' string in printsJonathan Aillet8-110/+86
2018-10-08Use correct file to include controllerJonathan Aillet2-2/+2
2018-10-08Force hals init before ending hal-manager initJonathan Aillet2-1/+14
2018-10-08Decrease level of a msg printed in event catcherJonathan Aillet1-5/+5
2018-10-08Add bluetooth hal pluginJonathan Aillet1-1/+1
2018-10-08Remove unnecessary 'struct' before json_objectJonathan Aillet1-2/+2
2018-10-08Correct an error when unpacking alsacore responseJonathan Aillet1-1/+1
2018-10-08Correct errors in hal-utilities-data prototypesJonathan Aillet2-10/+10
2018-10-08Correct error print when attaching to mixerJonathan Aillet1-1/+1
2018-10-08Update binding entry for app-fw v3.Jonathan Aillet1-1/+1
2018-10-08Simplify ping verb call print outputJonathan Aillet1-1/+1
2018-10-08Update version of conf.d/app-templates submodule.Jonathan Aillet1-3/+3
2018-10-08Update version of app-controller submodule.Loïc Collignon1-6/+2
2018-10-08Improve hal list response from hal-managerJonathan Aillet1-42/+35
2018-10-08Remove boolean libraryJonathan Aillet13-18/+5
2018-10-08Free json objects that should have been freedJonathan Aillet4-86/+123
2018-10-08Correct handling of incomming json messagesJonathan Aillet3-6/+13
2018-10-08Authorize launching 4a-hal with no config fileJonathan Aillet1-3/+3
2018-10-08Correct the request return when calling a streamJonathan Aillet1-8/+8
2018-10-08Delay event parsing to be the lastJonathan Aillet1-13/+18
2018-10-08Optimize alsacore event handlerJonathan Aillet1-18/+14
2018-10-08Authorize empty response from mixerJonathan Aillet1-4/+4
2018-10-08Call onload section to before halmap sectionJonathan Aillet1-3/+3
2018-10-08Correct a failed request warning messageJonathan Aillet1-1/+1
2018-10-08Change verb prefix separator accroding to mixerJonathan Aillet1-1/+1
2018-10-08Auithorize sending empty json to verbsJonathan Aillet2-13/+11
2018-10-08Move onload section parsing lastJonathan Aillet1-1/+1
2018-10-08Revert "Move controller config exec before onload action"Jonathan Aillet1-8/+4
2018-10-08Return the result of call to mixerJonathan Aillet1-7/+20
2018-10-08Correct some compilation warningsJonathan Aillet4-6/+6
2018-10-08Correct a cast errorJonathan Aillet1-1/+1
2018-10-08Print some errors in info verbsJonathan Aillet3-11/+18
2018-10-08Test 'asprintf' returnJonathan Aillet1-1/+4
2018-10-08Use structure defined in controller to load verbsJonathan Aillet4-13/+10