diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-05-29 14:20:16 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:51:00 +0200 |
commit | 48566a4a32585d80e9f5f09be7e10b075d9d1e27 (patch) | |
tree | 8b04add2a72e8743656dfe6786637979fefabf59 /4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h | |
parent | fba2f9632ccc6c9c6f7a810eb6bd4b0bf2e6799f (diff) |
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 <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h')
-rw-r--r-- | 4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <ctl-config.h> -#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); |