Age | Commit message (Expand) | Author | Files | Lines |
2018-10-08 | Correction of list verb when there's no streams |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Fix typo in request reponses of a app fw verb |  Jonathan Aillet | 1 | -2/+2 |
2018-10-08 | Fix a typo in '4a-hal-utilities-verbs-loader.c' file |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Add a table to see which hal is using which alsa hw |  Jonathan Aillet | 1 | -0/+4 |
2018-10-08 | Handle mixer responses correctly |  Jonathan Aillet | 3 | -14/+75 |
2018-10-08 | Handle mixer response after its init |  Jonathan Aillet | 6 | -57/+150 |
2018-10-08 | Don't seal hal controller api at its init |  Jonathan Aillet | 1 | -2/+0 |
2018-10-08 | Store uid of the hal mixer configuration and use it |  Jonathan Aillet | 3 | -11/+18 |
2018-10-08 | Implementation of 'list' verb for controller hal |  Jonathan Aillet | 1 | -3/+58 |
2018-10-08 | Parse config to get streams 'halmap' controls |  Jonathan Aillet | 3 | -3/+9 |
2018-10-08 | Handle stream calls to transfer to mixer api |  Jonathan Aillet | 2 | -3/+70 |
2018-10-08 | Add 'init-mixer' verb to hal controller |  Jonathan Aillet | 3 | -1/+64 |
2018-10-08 | Parse controller config to get halmixer json object |  Jonathan Aillet | 4 | -1/+107 |
2018-10-08 | Implementation of functions for external hal |  Jonathan Aillet | 1 | -6/+116 |
2018-10-08 | Handle if some hal info are not available |  Jonathan Aillet | 1 | -5/+6 |
2018-10-08 | Use a structure to store ctl hal specific data |  Jonathan Aillet | 3 | -8/+61 |
2018-10-08 | Use json_object* instead of struct json_object* |  Jonathan Aillet | 2 | -3/+3 |
2018-10-08 | Change the way that hal data are initialized and freed |  Jonathan Aillet | 1 | -7/+10 |
2018-10-08 | Rename function used to load verbs into a dynamic api |  Jonathan Aillet | 4 | -4/+4 |
2018-10-08 | Regroup declaration of variables in functions |  Jonathan Aillet | 1 | -7/+5 |
2018-10-08 | Remove some unnecessary free |  Jonathan Aillet | 1 | -20/+2 |
2018-10-08 | Remove the 'ping' of each hal controller api |  Jonathan Aillet | 1 | -2/+0 |
2018-10-08 | Add a 'List' verb to each hal controller api |  Jonathan Aillet | 4 | -0/+69 |
2018-10-08 | Change the name of controller configuration files |  Jonathan Aillet | 1 | -2/+2 |
2018-10-08 | Change how to request all loaded api info |  Jonathan Aillet | 1 | -18/+6 |
2018-10-08 | Remove sections id in sections callbacks structure |  Jonathan Aillet | 1 | -6/+5 |
2018-10-08 | Change names of some structures fields |  Jonathan Aillet | 4 | -30/+26 |
2018-10-08 | Get Hal controller api structure fields properly |  Jonathan Aillet | 3 | -32/+7 |
2018-10-08 | Pre-version of 4a-hal-manager |  Jonathan Aillet | 14 | -0/+1160 |
2018-10-08 | Add compilation configuration |  Jonathan Aillet | 1 | -0/+53 |