aboutsummaryrefslogtreecommitdiffstats
path: root/4a-hal/4a-hal-controllers
AgeCommit message (Expand)AuthorFilesLines
2018-10-08Use structure defined in controller to load verbsJonathan Aillet1-1/+3
2018-10-08Rename files handling call/response of mixerJonathan Aillet4-4/+7
2018-10-08Update 4a-hal to work with new 4a-softmixerJonathan Aillet4-124/+308
2018-10-08Correct a syntax mistake in function declarationJonathan Aillet1-1/+1
2018-10-08Change mixer data structures namesJonathan Aillet1-2/+2
2018-10-08Change name of 'list' verb to 'info'Jonathan Aillet3-3/+3
2018-10-08Move controller config exec before onload actionJonathan Aillet1-4/+8
2018-10-08Add search for a concurent hal at mixer attachJonathan Aillet1-3/+19
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-08Add free of 'CtlHalAlsaMapT' data structureJonathan Aillet2-2/+26
2018-10-08Update request success macro used in codeJonathan Aillet2-4/+4
2018-10-08Move mixer attach at hal startupJonathan Aillet5-94/+112
2018-10-08Add value normalization of alsa control valuesJonathan Aillet4-18/+236
2018-10-08Get alsa controls properties at control getJonathan Aillet2-11/+28
2018-10-08Process and handle alsa controls mapJonathan Aillet5-6/+719
2018-10-08Correct a typo in responsesJonathan Aillet1-2/+2
2018-10-08Remove an unnecessary variableJonathan Aillet1-3/+2
2018-10-08Prevent sending data to mixer of hal is not readyJonathan Aillet1-2/+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 Aillet3-47/+49
2018-10-08Change a comment about what to listJonathan Aillet1-1/+1
2018-10-08Change some comments to add TBD thingsJonathan Aillet1-2/+2
2018-10-08Include afb-definitions when using application frameworkJonathan Aillet8-86/+86
2018-10-08Correct a debug warning about a variableJonathan Aillet1-1/+1
2018-10-08Fix a typo in a debug messageJonathan Aillet1-5/+5
2018-10-08Handle hal status using card presence and mixer initJonathan Aillet4-5/+134
2018-10-08Generate an error when mixer initialization failsJonathan Aillet1-6/+6
2018-10-08Use error codes when handling mixer init responseJonathan Aillet2-6/+16
2018-10-08Replace controller macro use by app fw macro useJonathan Aillet2-8/+9
2018-10-08Add some missing castJonathan Aillet1-3/+3
2018-10-08Handle app fw call errors in a dedicated functionJonathan Aillet3-71/+4
2018-10-08Rename a filed of 'CtlHalStreamData' structureJonathan Aillet2-2/+2
2018-10-08Correct date in .c and .h filesJonathan Aillet6-6/+6
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 Aillet3-14/+75
2018-10-08Handle mixer response after its initJonathan Aillet4-56/+148
2018-10-08Don't seal hal controller api at its initJonathan Aillet1-2/+0
2018-10-08Store uid of the hal mixer configuration and use itJonathan Aillet2-11/+17
2018-10-08Implementation of 'list' verb for controller halJonathan Aillet1-3/+58
2018-10-08Parse config to get streams 'halmap' controlsJonathan Aillet3-3/+9
2018-10-08Handle stream calls to transfer to mixer apiJonathan Aillet2-3/+70
2018-10-08Add 'init-mixer' verb to hal controllerJonathan Aillet3-1/+64
2018-10-08Parse controller config to get halmixer json objectJonathan Aillet3-1/+105
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 Aillet3-0/+68