aboutsummaryrefslogtreecommitdiffstats
path: root/mixer-binding/mixer-binding.c
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2018-06-02 00:19:53 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2018-06-02 00:35:16 +0200
commita3da4ca36cd6bf38f4c2961dda671c910ff944c6 (patch)
tree18d1a5d6ffab18f61a049cb1a269db0ddb26bc6a /mixer-binding/mixer-binding.c
parentc295296569a6ecd66d237377490475d818f1e4e6 (diff)
Change name of configuration file
Change name of configuration file, and change the prefix used to search for this configuration file. That way, at binder launch, we can use a name like 'afb-4a*'. Also, remove the automatic launch of the lua file at binding startup. Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'mixer-binding/mixer-binding.c')
-rw-r--r--mixer-binding/mixer-binding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixer-binding/mixer-binding.c b/mixer-binding/mixer-binding.c
index d742fad..797846c 100644
--- a/mixer-binding/mixer-binding.c
+++ b/mixer-binding/mixer-binding.c
@@ -120,7 +120,7 @@ PUBLIC int afbBindingVdyn(afb_dynapi *apiHandle) {
if (!dirList) dirList=CONTROL_CONFIG_PATH;
- const char *configPath = CtlConfigSearch(apiHandle, dirList, "4a");
+ const char *configPath = CtlConfigSearch(apiHandle, dirList, "softmixer");
if (!configPath) {
AFB_ApiError(apiHandle, "CtlPreInit: No 4a-%s-* config found in %s ", GetBinderName(), dirList);
goto OnErrorExit;