From 48566a4a32585d80e9f5f09be7e10b075d9d1e27 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Tue, 29 May 2018 14:20:16 +0200 Subject: Handle stream calls to transfer to mixer api Implementation of the function that transfer hal streams calls to mixer api. Change-Id: Icded7e160a1cfbe794c5fa2695bf0f9f54c80a06 Signed-off-by: Jonathan Aillet --- 4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 472b643..648c4df 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h @@ -25,7 +25,8 @@ #include -#define ACTION_API_NAME "4a-softmixer" +// TODO JAI: remove this define +#define API_STREAM_PREFIX "simple_mixer" // HAL controllers sections parsing functions int HalCtlsHalMixerConfig(afb_dynapi *apiHandle, CtlSectionT *section, json_object *MixerJ); -- cgit 1.2.3-korg