Age | Commit message (Expand) | Author | Files | Lines |
2019-01-28 | Migrate to newer application framework calls |  Jonathan Aillet | 1 | -13/+7 |
2019-01-28 | Move from controller functions to afb functions |  Jonathan Aillet | 1 | -178/+164 |
2019-01-28 | Create 'halmap' ALSA controls events earlier |  Jonathan Aillet | 1 | -13/+13 |
2019-01-28 | Add event to indicate hal stream changes |  Jonathan Aillet | 1 | -0/+23 |
2019-01-28 | Improve stream creation/deletion functions |  Jonathan Aillet | 1 | -191/+0 |
2019-01-28 | Use linked-list to handle hal stream list |  Jonathan Aillet | 1 | -56/+48 |
2019-01-28 | Turn '4a-hal-utilities' into an internal library |  Jonathan Aillet | 1 | -2/+4 |
2018-12-20 | Add halmap controls events generation for all hal |  Jonathan Aillet | 1 | -3/+58 |
2018-12-20 | Add streams events generation for each hal |  Jonathan Aillet | 1 | -0/+156 |
2018-12-20 | Rework calls to mixer streams |  Jonathan Aillet | 1 | -29/+137 |
2018-12-20 | Add 'halmap' controls in hal 'info' verb response |  Jonathan Aillet | 1 | -20/+76 |
2018-12-20 | Add a function to get values of an alsa control |  Jonathan Aillet | 1 | -1/+1 |
2018-12-20 | Improve ALSA controls volume values conversion |  Jonathan Aillet | 1 | -1/+1 |
2018-11-02 | Use new ctl functions to set/get ctl external data |  Jonathan Aillet | 1 | -5/+5 |
2018-11-02 | Use ctl defines to call afb functions |  Jonathan Aillet | 1 | -10/+10 |
2018-10-08 | Move mixer attach into its controller section |  Jonathan Aillet | 1 | -7/+14 |
2018-10-08 | Remove unnecessary 'function' string in prints |  Jonathan Aillet | 1 | -39/+27 |
2018-10-08 | Decrease level of a msg printed in event catcher |  Jonathan Aillet | 1 | -5/+5 |
2018-10-08 | Remove boolean library |  Jonathan Aillet | 1 | -1/+0 |
2018-10-08 | Free json objects that should have been freed |  Jonathan Aillet | 1 | -8/+21 |
2018-10-08 | Correct handling of incomming json messages |  Jonathan Aillet | 1 | -2/+5 |
2018-10-08 | Correct the request return when calling a stream |  Jonathan Aillet | 1 | -8/+8 |
2018-10-08 | Optimize alsacore event handler |  Jonathan Aillet | 1 | -18/+14 |
2018-10-08 | Auithorize sending empty json to verbs |  Jonathan Aillet | 1 | -4/+2 |
2018-10-08 | Return the result of call to mixer |  Jonathan Aillet | 1 | -7/+20 |
2018-10-08 | Correct some compilation warnings |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Print some errors in info verbs |  Jonathan Aillet | 1 | -4/+13 |
2018-10-08 | Test 'asprintf' return |  Jonathan Aillet | 1 | -1/+4 |
2018-10-08 | Rename files handling call/response of mixer |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Update 4a-hal to work with new 4a-softmixer |  Jonathan Aillet | 1 | -50/+89 |
2018-10-08 | Change name of 'list' verb to 'info' |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Update request success macro used in code |  Jonathan Aillet | 1 | -3/+3 |
2018-10-08 | Move mixer attach at hal startup |  Jonathan Aillet | 1 | -79/+0 |
2018-10-08 | Add value normalization of alsa control values |  Jonathan Aillet | 1 | -11/+21 |
2018-10-08 | Process and handle alsa controls map |  Jonathan Aillet | 1 | -3/+294 |
2018-10-08 | Correct a typo in responses |  Jonathan Aillet | 1 | -2/+2 |
2018-10-08 | Prevent sending data to mixer of hal is not ready |  Jonathan Aillet | 1 | -2/+2 |
2018-10-08 | Change a comment about what to list |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Include afb-definitions when using application framework |  Jonathan Aillet | 1 | -50/+52 |
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 | 1 | -2/+19 |
2018-10-08 | Generate an error when mixer initialization fails |  Jonathan Aillet | 1 | -6/+6 |
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 | 1 | -3/+3 |
2018-10-08 | Rename a filed of 'CtlHalStreamData' structure |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Correct date in .c and .h files |  Jonathan Aillet | 1 | -1/+1 |
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 | Handle mixer responses correctly |  Jonathan Aillet | 1 | -14/+8 |
2018-10-08 | Handle mixer response after its init |  Jonathan Aillet | 1 | -56/+16 |