From a3da4ca36cd6bf38f4c2961dda671c910ff944c6 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Sat, 2 Jun 2018 00:19:53 +0200 Subject: 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 --- mixer-binding/mixer-binding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mixer-binding/mixer-binding.c') 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; -- cgit 1.2.3-korg