aboutsummaryrefslogtreecommitdiffstats
path: root/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c
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 Aillet1-3/+58
2018-12-20Add streams events generation for each halJonathan Aillet1-0/+156
2018-12-20Rework calls to mixer streamsJonathan Aillet1-23/+138
2018-12-20Add 'halmap' controls in hal 'info' verb responseJonathan Aillet1-20/+76
2018-12-20Add a function to get values of an alsa controlJonathan Aillet1-1/+1
2018-12-20Improve ALSA controls volume values conversionJonathan Aillet1-1/+1
2018-10-08Move mixer attach into its controller sectionJonathan Aillet1-7/+14
2018-10-08Remove unnecessary 'function' string in printsJonathan Aillet1-39/+27
2018-10-08Decrease level of a msg printed in event catcherJonathan Aillet1-5/+5
2018-10-08Remove boolean libraryJonathan Aillet1-1/+0
2018-10-08Free json objects that should have been freedJonathan Aillet1-8/+21
2018-10-08Correct handling of incomming json messagesJonathan Aillet1-2/+5
2018-10-08Correct the request return when calling a streamJonathan Aillet1-8/+8
2018-10-08Optimize alsacore event handlerJonathan Aillet1-18/+14
2018-10-08Auithorize sending empty json to verbsJonathan Aillet1-4/+2
2018-10-08Return the result of call to mixerJonathan Aillet1-7/+20
2018-10-08Correct some compilation warningsJonathan Aillet1-1/+1
2018-10-08Print some errors in info verbsJonathan Aillet1-4/+13
2018-10-08Test 'asprintf' returnJonathan Aillet1-1/+4
2018-10-08Rename files handling call/response of mixerJonathan Aillet1-1/+1
2018-10-08Update 4a-hal to work with new 4a-softmixerJonathan Aillet1-50/+89
2018-10-08Change name of 'list' verb to 'info'Jonathan Aillet1-1/+1
2018-10-08Update request success macro used in codeJonathan Aillet1-3/+3
2018-10-08Move mixer attach at hal startupJonathan Aillet1-79/+0
2018-10-08Add value normalization of alsa control valuesJonathan Aillet1-11/+21
2018-10-08Process and handle alsa controls mapJonathan Aillet1-3/+294
2018-10-08Correct a typo in responsesJonathan Aillet1-2/+2
2018-10-08Prevent sending data to mixer of hal is not readyJonathan Aillet1-2/+2
2018-10-08Change a comment about what to listJonathan Aillet1-1/+1
2018-10-08Include afb-definitions when using application frameworkJonathan Aillet1-50/+52
2018-10-08Fix a typo in a debug messageJonathan Aillet1-5/+5
2018-10-08Handle hal status using card presence and mixer initJonathan Aillet1-2/+19
2018-10-08Generate an error when mixer initialization failsJonathan Aillet1-6/+6
2018-10-08Add some missing castJonathan Aillet1-3/+3
2018-10-08Handle app fw call errors in a dedicated functionJonathan Aillet1-3/+3
2018-10-08Rename a filed of 'CtlHalStreamData' structureJonathan Aillet1-1/+1
2018-10-08Correct date in .c and .h filesJonathan Aillet1-1/+1
2018-10-08Correction of list verb when there's no streamsJonathan Aillet1-1/+1
2018-10-08Fix typo in request reponses of a app fw verbJonathan Aillet1-2/+2
2018-10-08Handle mixer responses correctlyJonathan Aillet1-14/+8
2018-10-08Handle mixer response after its initJonathan Aillet1-56/+16
2018-10-08Store uid of the hal mixer configuration and use itJonathan Aillet1-8/+17
2018-10-08Implementation of 'list' verb for controller halJonathan Aillet1-3/+58
2018-10-08Parse config to get streams 'halmap' controlsJonathan Aillet1-2/+7
2018-10-08Handle stream calls to transfer to mixer apiJonathan Aillet1-2/+68
2018-10-08Add 'init-mixer' verb to hal controllerJonathan Aillet1-0/+59
2018-10-08Parse controller config to get halmixer json objectJonathan Aillet1-1/+96
2018-10-08Add a 'List' verb to each hal controller apiJonathan Aillet1-0/+38