Age | Commit message (Expand) | Author | Files | Lines |
2019-10-17 | Rework Alsacore subscription functions | Jonathan Aillet | 3 | -11/+38 |
2019-10-17 | Add an 'info' verb to 'hal-manager' | Jonathan Aillet | 3 | -0/+89 |
2019-10-17 | Add verbose level to json hal info verb | Jonathan Aillet | 3 | -54/+100 |
2019-10-17 | Add function to 'detach' dependency from mixer | Jonathan Aillet | 3 | -1/+87 |
2019-10-17 | Rework mixer calls to handle dependencies | Jonathan Aillet | 4 | -11/+39 |
2019-10-17 | Improve json dependency list generation function | Jonathan Aillet | 2 | -0/+62 |
2019-10-17 | Add 'available' info in dependency json | Jonathan Aillet | 1 | -1/+2 |
2019-10-17 | Add a function for dynamic dependencies handling | Jonathan Aillet | 2 | -0/+21 |
2019-10-17 | Allow use of dependency free function for everyone | Jonathan Aillet | 1 | -0/+1 |
2019-10-17 | Move hal api delete code into a function | Jonathan Aillet | 3 | -11/+46 |
2019-10-17 | Reorder 'internals-hal-cb.c' functions | Jonathan Aillet | 2 | -559/+559 |
2019-10-17 | Correct behaviour of halmap handling function | Jonathan Aillet | 1 | -2/+2 |
2019-10-17 | Correct hal-4a-example.json | Jonathan Aillet | 1 | -1/+1 |
2019-10-17 | Correction of print in control creation function | Jonathan Aillet | 1 | -1/+1 |
2019-10-17 | Remove an unnecessary double pointer | Jonathan Aillet | 1 | -7/+3 |
2019-10-17 | Remove useless things about ping function | Jonathan Aillet | 2 | -3/+0 |
2019-10-17 | Prevent binder exit when hal initialization fails | Jonathan Aillet | 4 | -11/+17 |
2019-09-26 | Update call to 'subscribe' verb of 'alsacore' api | Jonathan Aillet | 3 | -8/+14 |
2019-09-26 | Rename dependencies object key | Jonathan Aillet | 1 | -1/+1 |
2019-08-12 | Move ping function in 4a-hal-utilities | Jonathan Aillet | 9 | -38/+88 |
2019-08-12 | Add information when calling mixer attach verb | Jonathan Aillet | 1 | -3/+3 |
2019-08-12 | Remove error when no stream was created by mixer | Jonathan Aillet | 1 | -9/+22 |
2019-08-12 | Create 'all_streams' verb at binding startup | Jonathan Aillet | 3 | -20/+7 |
2019-08-12 | Optimize hal 'info' response json allocation | Jonathan Aillet | 3 | -40/+74 |
2019-08-12 | Add information about events in README.md | Jonathan Aillet | 1 | -6/+213 |
2019-08-12 | Minor corrections in README.md | Jonathan Aillet | 1 | -3/+3 |
2019-08-06 | Correct ramps call syntax in README.md | Jonathan Aillet | 1 | -2/+2 |
2019-07-31 | Add an example json configuration | Jonathan Aillet | 1 | -0/+272 |
2019-07-31 | README.md updates | Jonathan Aillet | 1 | -149/+704 |
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 |