From e77cae72ecebe7a92ca3a6fe4e3cbc72bc539146 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Thu, 7 Jun 2018 15:27:50 +0200 Subject: 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 --- 4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c') 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); } -- cgit 1.2.3-korg