summaryrefslogtreecommitdiffstats
path: root/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2018-06-07 15:27:50 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2018-10-08 15:52:51 +0200
commite77cae72ecebe7a92ca3a6fe4e3cbc72bc539146 (patch)
tree0a0515c3bdfba3ef494e3583164f4ce64887381d /4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
parent5877964a39800459119dfd4665d3efe031b0207e (diff)
Change some comments to add TBD things
- Change some comments from TODO to TDB. - Remove 'JAI' from warning messages. Change-Id: Ib2c39d4e0f0ca34929237ab8ca3d66c9c0d269d0 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c')
-rw-r--r--4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
index 15077d8..e634521 100644
--- a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
+++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
@@ -66,7 +66,7 @@ static struct HalUtlApiVerb CtlHalDynApiStaticVerbs[] =
/*******************************************************************************
* Dynamic API functions for app controller *
- * TODO JAI : Use API-V3 instead of API-PRE-V3 *
+ * TBD JAI : Use API-V3 instead of API-PRE-V3 *
******************************************************************************/
static int HalCtlsInitOneApi(AFB_ApiT apiHandle)
@@ -110,7 +110,7 @@ static int HalCtlsInitOneApi(AFB_ApiT apiHandle)
else
currentCtlHalData->status = HAL_STATUS_UNAVAILABLE;
- // TODO JAI: handle refresh of hal status using /dev/snd/byId (or /dev/snd/byId)
+ // TBD JAI: handle refresh of hal status for dynamic card (/dev/by-id)
return CtlConfigExec(apiHandle, ctrlConfig);
}