aboutsummaryrefslogtreecommitdiffstats
path: root/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24Clarify internals hal functions and files namesJonathan Aillet1-771/+0
2019-05-22Clarify use of linked listJonathan Aillet1-2/+2
2019-01-28Migrate to newer application framework callsJonathan Aillet1-13/+7
2019-01-28Move from controller functions to afb functionsJonathan Aillet1-178/+164
2019-01-28Create 'halmap' ALSA controls events earlierJonathan Aillet1-13/+13
2019-01-28Add event to indicate hal stream changesJonathan Aillet1-0/+23
2019-01-28Improve stream creation/deletion functionsJonathan Aillet1-191/+0
2019-01-28Use linked-list to handle hal stream listJonathan Aillet1-56/+48
2019-01-28Turn '4a-hal-utilities' into an internal libraryJonathan Aillet1-2/+4
2018-12-20Add halmap controls events generation for all halJonathan Aillet1-3/+58
2018-12-20Add streams events generation for each halJonathan Aillet1-0/+156
2018-12-20Rework calls to mixer streamsJonathan Aillet1-29/+137
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-11-02Use new ctl functions to set/get ctl external dataJonathan Aillet1-5/+5
2018-11-02Use ctl defines to call afb functionsJonathan Aillet1-10/+10
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