aboutsummaryrefslogtreecommitdiffstats
path: root/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-20Add streams events generation for each halJonathan Aillet1-0/+2
2018-12-20Add 'halmap' controls in hal 'info' verb responseJonathan Aillet1-1/+1
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 Aillet1-10/+2
2018-10-08Remove unnecessary 'function' string in printsJonathan Aillet1-7/+7
2018-10-08Force hals init before ending hal-manager initJonathan Aillet1-1/+2
2018-10-08Remove boolean libraryJonathan Aillet1-2/+1
2018-10-08Authorize launching 4a-hal with no config fileJonathan Aillet1-3/+3
2018-10-08Delay event parsing to be the lastJonathan Aillet1-13/+18
2018-10-08Call onload section to before halmap sectionJonathan Aillet1-3/+3
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-08Correct some compilation warningsJonathan Aillet1-3/+3
2018-10-08Use structure defined in controller to load verbsJonathan Aillet1-1/+3
2018-10-08Rename files handling call/response of mixerJonathan Aillet1-1/+1
2018-10-08Change name of 'list' verb to 'info'Jonathan Aillet1-1/+1
2018-10-08Move controller config exec before onload actionJonathan Aillet1-4/+8
2018-10-08Return an error when hal attach to mixer fails.Jonathan Aillet1-1/+3
2018-10-08Change paramters in functions handling hal dataJonathan Aillet1-1/+1
2018-10-08Move mixer attach at hal startupJonathan Aillet1-2/+7
2018-10-08Process and handle alsa controls mapJonathan Aillet1-1/+1
2018-10-08Remove an unnecessary variableJonathan Aillet1-3/+2
2018-10-08Change the field name use to store card pathJonathan Aillet1-2/+2
2018-10-08Use a boolean to set if api is internalJonathan Aillet1-1/+1
2018-10-08Change the way to get card id using its pathJonathan Aillet1-3/+5
2018-10-08Change some comments to add TBD thingsJonathan Aillet1-2/+2
2018-10-08Include afb-definitions when using application frameworkJonathan Aillet1-11/+11
2018-10-08Correct a debug warning about a variableJonathan Aillet1-1/+1
2018-10-08Handle hal status using card presence and mixer initJonathan Aillet1-3/+6
2018-10-08Correct date in .c and .h filesJonathan Aillet1-1/+1
2018-10-08Handle mixer response after its initJonathan Aillet1-0/+2
2018-10-08Don't seal hal controller api at its initJonathan Aillet1-2/+0
2018-10-08Parse config to get streams 'halmap' controlsJonathan Aillet1-1/+1
2018-10-08Add 'init-mixer' verb to hal controllerJonathan Aillet1-1/+2
2018-10-08Parse controller config to get halmixer json objectJonathan Aillet1-0/+2
2018-10-08Use a structure to store ctl hal specific dataJonathan Aillet1-3/+8
2018-10-08Rename function used to load verbs into a dynamic apiJonathan Aillet1-1/+1
2018-10-08Remove the 'ping' of each hal controller apiJonathan Aillet1-2/+0
2018-10-08Add a 'List' verb to each hal controller apiJonathan Aillet1-0/+2
2018-10-08Change the name of controller configuration filesJonathan Aillet1-2/+2
2018-10-08Remove sections id in sections callbacks structureJonathan Aillet1-6/+5
2018-10-08Change names of some structures fieldsJonathan Aillet1-1/+1
2018-10-08Get Hal controller api structure fields properlyJonathan Aillet1-24/+6
2018-10-08Pre-version of 4a-hal-managerJonathan Aillet1-0/+239