diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-06-11 02:01:09 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:52:51 +0200 |
commit | 07c3ecba73584c0e106de5434d6a2689a74215bf (patch) | |
tree | 6c5d2bd29a54c6a317e03a495604f97672f8a51f /4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c | |
parent | 757c9b407938b65b1e31ccc62217910d4f942dcb (diff) |
Rename files handling call/response of mixer
Rename files handling call/response of mixer.
Change-Id: I070f109e2f0249b74548ae7dc7b84793926cb261
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c')
-rw-r--r-- | 4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c index de82ec4..e7a4825 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c @@ -31,7 +31,7 @@ #include "4a-hal-controllers-api-loader.h" #include "4a-hal-controllers-alsacore-link.h" #include "4a-hal-controllers-cb.h" -#include "4a-hal-controllers-mixer-handler.h" +#include "4a-hal-controllers-mixer-link.h" // Default api to print log when apihandle not available AFB_ApiT AFB_default; |