summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Remove forgotten pieces of codeHEADicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish/8.99.5icefish/8.99.4icefish/8.99.38.99.58.99.48.99.3masterJonathan Aillet1-2/+0
2019-10-17Add function that prepare closing binder on exiticefish_8.99.2icefish_8.99.1icefish/8.99.2icefish/8.99.18.99.28.99.1Jonathan Aillet3-1/+40
2019-10-17Add a function to delete all hal apiJonathan Aillet2-0/+40
2019-10-17Unmanage all halmap before deleting hal apiJonathan Aillet1-2/+13
2019-10-17Add functions to unmanage handled halmapJonathan Aillet2-28/+142
2019-10-17Add function to delete an ALSA controlJonathan Aillet2-0/+88
2019-10-17Unsubscribe from unwanted eventsJonathan Aillet1-3/+20
2019-10-17Handle 'alsacore' events in a dedicated functionJonathan Aillet3-76/+199
2019-10-17Add function to unsubscribe from audio card eventJonathan Aillet2-7/+27
2019-10-17Rework Alsacore subscription functionsJonathan Aillet3-11/+38
2019-10-17Add an 'info' verb to 'hal-manager'Jonathan Aillet3-0/+89
2019-10-17Add verbose level to json hal info verbJonathan Aillet3-54/+100
2019-10-17Add function to 'detach' dependency from mixerJonathan Aillet2-0/+84
2019-10-17Rework mixer calls to handle dependenciesJonathan Aillet3-11/+30
2019-10-17Move hal api delete code into a functionJonathan Aillet3-11/+46
2019-10-17Reorder 'internals-hal-cb.c' functionsJonathan Aillet2-559/+559
2019-10-17Correct behaviour of halmap handling functionJonathan Aillet1-2/+2
2019-10-17Correction of print in control creation functionJonathan Aillet1-1/+1
2019-10-17Remove an unnecessary double pointerJonathan Aillet1-7/+3
2019-10-17Remove useless things about ping functionJonathan Aillet1-1/+0
2019-10-17Prevent binder exit when hal initialization failsJonathan Aillet3-8/+13
2019-09-26Update call to 'subscribe' verb of 'alsacore' apiJonathan Aillet3-8/+14
2019-09-26Rename dependencies object keyJonathan Aillet1-1/+1
2019-08-12Move ping function in 4a-hal-utilitiesJonathan Aillet3-22/+5
2019-08-12Add information when calling mixer attach verbJonathan Aillet1-3/+3
2019-08-12Remove error when no stream was created by mixerJonathan Aillet1-9/+22
2019-08-12Create 'all_streams' verb at binding startupJonathan Aillet2-15/+2
2019-08-12Optimize hal 'info' response json allocationJonathan Aillet1-29/+15
2019-07-18Remove 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.0halibutJonathan Aillet1-2/+33
2019-07-18Add hal api handler utilities filesJonathan Aillet1-27/+6
2019-07-18Correct error level for hal-dependenciesJonathan Aillet1-4/+4
2019-06-26Remove global card number of halhalibut_7.99.3halibut_7.99.2halibut/7.99.3halibut/7.99.27.99.37.99.2Jonathan Aillet6-86/+32
2019-06-26Use haldependencies to process and handle halmapJonathan Aillet2-88/+239
2019-06-25Avoid unnecessary overwriting of ALSA ctrl dataJonathan Aillet1-13/+7
2019-06-25Avoid unnecessary call for ALSA ctrl propertiesJonathan Aillet1-4/+5
2019-06-25Use a dynamic allocation for halmap data storageJonathan Aillet2-30/+70
2019-06-25Use of linked list for 'halmap' dataJonathan Aillet3-132/+124
2019-06-25Rework json strings allocation/freeingJonathan Aillet2-25/+70
2019-06-25Move function used to process all halmap objectsJonathan Aillet1-50/+50
2019-06-18Add a function to handle selected dependencyJonathan Aillet2-19/+67
2019-06-18Refactoring 'hal data' linked listJonathan Aillet3-19/+15
2019-06-18Refactoring 'streams data' linked listJonathan Aillet3-12/+9
2019-06-18Refactoring 'probed devices' linked listJonathan Aillet4-18/+17
2019-06-06Add 'hal-dependencies' info in 'loaded' responseJonathan Aillet1-3/+10
2019-06-06Add 'hal-dependencies' info at hal 'info' callJonathan Aillet1-3/+13
2019-06-06Send 'hal-dependencies' info with mixer attachJonathan Aillet1-5/+16
2019-06-06Correct an wrong declared enumerationJonathan Aillet1-2/+2
2019-06-06Prevent errors when multiple devices are foundJonathan Aillet1-0/+1
2019-06-06Move functions used to generate jsonJonathan Aillet1-84/+4
2019-05-31Add prints when a controller error is detectedJonathan Aillet1-3/+17