Age | Commit message (Expand) | Author | Files | Lines |
2019-07-18 | Remove hal if an error happened at hal inithalibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.08.0.68.0.58.0.48.0.38.0.28.0.18.0.0halibut |  Jonathan Aillet | 1 | -2/+33 |
2019-07-18 | Add hal api handler utilities files |  Jonathan Aillet | 4 | -27/+203 |
2019-07-18 | Correct error level for hal-dependencies |  Jonathan Aillet | 1 | -4/+4 |
2019-07-18 | Correct typo in stream handling files |  Jonathan Aillet | 2 | -4/+4 |
2019-06-26 | Remove global card number of halhalibut_7.99.3halibut_7.99.2halibut/7.99.3halibut/7.99.27.99.37.99.2 |  Jonathan Aillet | 7 | -88/+32 |
2019-06-26 | Use haldependencies to process and handle halmap |  Jonathan Aillet | 6 | -130/+337 |
2019-06-25 | Avoid unnecessary overwriting of ALSA ctrl data |  Jonathan Aillet | 1 | -13/+7 |
2019-06-25 | Avoid unnecessary call for ALSA ctrl properties |  Jonathan Aillet | 1 | -4/+5 |
2019-06-25 | Use a dynamic allocation for halmap data storage |  Jonathan Aillet | 4 | -31/+82 |
2019-06-25 | Use of linked list for 'halmap' data |  Jonathan Aillet | 8 | -265/+276 |
2019-06-25 | Rework json strings allocation/freeing |  Jonathan Aillet | 3 | -54/+159 |
2019-06-25 | Move function used to process all halmap objects |  Jonathan Aillet | 1 | -50/+50 |
2019-06-25 | Add function to get probed device card number |  Jonathan Aillet | 2 | -0/+13 |
2019-06-18 | Add a function to handle selected dependency |  Jonathan Aillet | 2 | -19/+67 |
2019-06-18 | Refactoring 'hal data' linked list |  Jonathan Aillet | 5 | -147/+76 |
2019-06-18 | Refactoring 'streams data' linked list |  Jonathan Aillet | 6 | -216/+216 |
2019-06-18 | Refactoring 'probed devices' linked list |  Jonathan Aillet | 7 | -147/+181 |
2019-06-18 | Move function about dependency selection |  Jonathan Aillet | 1 | -27/+27 |
2019-06-06 | Add 'hal-dependencies' info in 'loaded' response |  Jonathan Aillet | 1 | -3/+10 |
2019-06-06 | Add 'hal-dependencies' info at hal 'info' call |  Jonathan Aillet | 1 | -3/+13 |
2019-06-06 | Send 'hal-dependencies' info with mixer attach |  Jonathan Aillet | 1 | -5/+16 |
2019-06-06 | Add func to generate 'hal-dependencies' info json |  Jonathan Aillet | 2 | -7/+389 |
2019-06-06 | Correct an wrong declared enumeration |  Jonathan Aillet | 1 | -2/+2 |
2019-06-06 | Prevent errors when multiple devices are found |  Jonathan Aillet | 1 | -0/+1 |
2019-06-06 | Move functions used to generate json |  Jonathan Aillet | 5 | -86/+138 |
2019-06-06 | Split too long function declarations |  Jonathan Aillet | 2 | -8/+19 |
2019-05-31 | Add prints when a controller error is detected |  Jonathan Aillet | 1 | -3/+17 |
2019-05-29 | Add forgotten spaces in some multi-lines prints |  Jonathan Aillet | 2 | -6/+6 |
2019-05-29 | Rework internal hals event handling |  Jonathan Aillet | 1 | -28/+54 |
2019-05-24 | Add 'haldependencies' section support.halibut_7.99.1halibut/7.99.17.99.1 |  Jonathan Aillet | 3 | -0/+29 |
2019-05-24 | Add functions to handle 'haldependencies' |  Jonathan Aillet | 1 | -0/+182 |
2019-05-24 | Add functions to process 'haldependencies' |  Jonathan Aillet | 1 | -0/+317 |
2019-05-24 | Add function to handle probed audio device list |  Jonathan Aillet | 2 | -0/+242 |
2019-05-24 | Store 'uid' metadata in hal data structure |  Jonathan Aillet | 3 | -1/+4 |
2019-05-24 | Add a function to call 'infoget' verb of alsacore |  Jonathan Aillet | 2 | -22/+37 |
2019-05-24 | Rework mixer answer handling |  Jonathan Aillet | 5 | -53/+131 |
2019-05-24 | Remove obsolete links to softmixer controls |  Jonathan Aillet | 9 | -220/+41 |
2019-05-24 | Remove obsolete variable set for 'afb_helpers' |  Jonathan Aillet | 2 | -18/+0 |
2019-05-24 | Remove use of a global variable for hal-manager |  Jonathan Aillet | 3 | -35/+12 |
2019-05-24 | Improve search for mixer data in linked list |  Jonathan Aillet | 1 | -4/+5 |
2019-05-24 | Improve static verbs loading |  Jonathan Aillet | 6 | -87/+5 |
2019-05-24 | Add forgotten verifications of allocation results |  Jonathan Aillet | 8 | -117/+359 |
2019-05-24 | Correct mistakes due to use of unsigned returns |  Jonathan Aillet | 6 | -29/+29 |
2019-05-24 | Add freeing of halmap data table in case of error |  Jonathan Aillet | 1 | -0/+1 |
2019-05-24 | Add forgotten freeing of hal data |  Jonathan Aillet | 1 | -0/+3 |
2019-05-24 | Normalize coding style among repository |  Jonathan Aillet | 11 | -287/+321 |
2019-05-24 | Correct 'config.cmake' file |  Jonathan Aillet | 1 | -5/+10 |
2019-05-24 | Reorganize repository directories |  Jonathan Aillet | 26 | -1/+23 |
2019-05-24 | Clarify internals hal functions and files names |  Jonathan Aillet | 21 | -575/+631 |
2019-05-22 | Clarify use of linked list |  Jonathan Aillet | 8 | -82/+85 |