Age | Commit message (Expand) | Author | Files | Lines |
2018-10-08 | Return an error when hal attach to mixer fails. | Jonathan Aillet | 1 | -1/+3 |
2018-10-08 | Change paramters in functions handling hal data | Jonathan Aillet | 4 | -28/+30 |
2018-10-08 | Add device id when hal metadata are asked | Jonathan Aillet | 1 | -7/+18 |
2018-10-08 | Use a local strucuture to store hal manager data | Jonathan Aillet | 2 | -7/+18 |
2018-10-08 | Define ping function as a definitive function | Jonathan Aillet | 2 | -6/+1 |
2018-10-08 | Remove Alsa max card as it won't be used. | Jonathan Aillet | 1 | -4/+0 |
2018-10-08 | Add free of 'CtlHalAlsaMapT' data structure | Jonathan Aillet | 3 | -2/+28 |
2018-10-08 | Update request success macro used in code | Jonathan Aillet | 3 | -11/+11 |
2018-10-08 | Move mixer attach at hal startup | Jonathan Aillet | 5 | -94/+112 |
2018-10-08 | Add value normalization of alsa control values | Jonathan Aillet | 5 | -18/+237 |
2018-10-08 | Get alsa controls properties at control get | Jonathan Aillet | 2 | -11/+28 |
2018-10-08 | Process and handle alsa controls map | Jonathan Aillet | 6 | -7/+722 |
2018-10-08 | Correct a typo in responses | Jonathan Aillet | 1 | -2/+2 |
2018-10-08 | Remove an unnecessary variable | Jonathan Aillet | 1 | -3/+2 |
2018-10-08 | Prevent sending data to mixer of hal is not ready | Jonathan Aillet | 2 | -3/+3 |
2018-10-08 | Set external hal status to ready at loading. | Jonathan Aillet | 1 | -1/+2 |
2018-10-08 | Change the way to handle app fw error | Jonathan Aillet | 1 | -12/+9 |
2018-10-08 | Change the field name use to store card path | Jonathan Aillet | 4 | -8/+8 |
2018-10-08 | Use a boolean to set if api is internal | Jonathan Aillet | 2 | -2/+3 |
2018-10-08 | Change the way to get card id using its path | Jonathan Aillet | 3 | -47/+49 |
2018-10-08 | Correct a little mistake into verbs loader | Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Change a comment about what to list | Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Change some comments to add TBD things | Jonathan Aillet | 7 | -19/+22 |
2018-10-08 | Include afb-definitions when using application framework | Jonathan Aillet | 18 | -188/+183 |
2018-10-08 | Correct a debug warning about a variable | Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Fix a typo in a debug message | Jonathan Aillet | 1 | -5/+5 |
2018-10-08 | Handle hal status using card presence and mixer init | Jonathan Aillet | 7 | -37/+116 |
2018-10-08 | Generate an error when mixer initialization fails | Jonathan Aillet | 1 | -6/+6 |
2018-10-08 | Use error codes when handling mixer init response | Jonathan Aillet | 2 | -6/+16 |
2018-10-08 | Remove reference to alsa in 4a-hal-manager | Jonathan Aillet | 1 | -3/+0 |
2018-10-08 | Replace controller macro use by app fw macro use | Jonathan Aillet | 2 | -8/+9 |
2018-10-08 | Add some missing cast | Jonathan Aillet | 1 | -3/+3 |
2018-10-08 | Handle app fw call errors in a dedicated function | Jonathan Aillet | 6 | -71/+194 |
2018-10-08 | Rename a filed of 'CtlHalStreamData' structure | Jonathan Aillet | 4 | -4/+4 |
2018-10-08 | Correct date in .c and .h files | Jonathan Aillet | 16 | -16/+16 |
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 |