From 6461482c417cff509531e278e89f4c2310ac6007 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Sat, 26 May 2018 23:25:56 +0200 Subject: Parse config to get streams 'halmap' controls Parse controller config to get 'halmap' controls, these controls are inside 'halmap' section of controller configuration file. Change-Id: I71fb8494927cf05d9751a69fede4b7622921c6c2 Signed-off-by: Jonathan Aillet --- 4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h | 1 + 1 file changed, 1 insertion(+) (limited to '4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h') diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h index 648c4df..8238c37 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h @@ -30,6 +30,7 @@ // HAL controllers sections parsing functions int HalCtlsHalMixerConfig(afb_dynapi *apiHandle, CtlSectionT *section, json_object *MixerJ); +int HalCtlsHalMapConfig(afb_dynapi *apiHandle, CtlSectionT *section, json_object *StreamControlsJ); // HAL controllers verbs functions void HalCtlsActionOnStream(afb_request *request); -- cgit 1.2.3-korg