From b19cb71cd6ab5f40d7cfcb2ee8f06b591b15966f Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Fri, 8 Jun 2018 11:27:52 +0200 Subject: Change a comment about what to list Change a comment about what to provide when list verb is called. Add 'playback' and 'capture' to response. Change-Id: I2b663d9a83b18f870dbd7b23be4ef8f41664e25f Signed-off-by: Jonathan Aillet --- 4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '4a-hal') diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c index 0da335a..e3d0744 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c @@ -213,7 +213,7 @@ void HalCtlsListVerbs(AFB_ReqT request) json_object_array_add(streamsArray, currentStream); } - // TODO JAI : Check if there is some halmap config controls and add them to the reponse + // TODO JAI : Add playback and capture with their card id to the response wrap_json_pack(&requestAnswer, "{s:o}", "streams", streamsArray); -- cgit 1.2.3-korg