From fba2f9632ccc6c9c6f7a810eb6bd4b0bf2e6799f Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Sat, 26 May 2018 19:45:45 +0200 Subject: Add 'init-mixer' verb to hal controller Add creation of 4a-softmixer mixer as hal controller verb called 'init-mixer'. This verb sends json mixer configration to mixer api. Add a forgotten cast. Change-Id: Id4ca6b68caf21c74fb6b17b953d8db2f2db0c04b Signed-off-by: Jonathan Aillet --- 4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h | 3 +++ 1 file changed, 3 insertions(+) (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 765001e..472b643 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h @@ -25,11 +25,14 @@ #include +#define ACTION_API_NAME "4a-softmixer" + // HAL controllers sections parsing functions int HalCtlsHalMixerConfig(afb_dynapi *apiHandle, CtlSectionT *section, json_object *MixerJ); // HAL controllers verbs functions void HalCtlsActionOnStream(afb_request *request); void HalCtlsListVerbs(afb_request *request); +void HalCtlsInitMixer(afb_request *request); #endif /* _HALMGR_CB_INCLUDE_ */ \ No newline at end of file -- cgit 1.2.3-korg