From bbaf42c6b02ca5d1bdceb7e215807abdbf8cd61d Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Mon, 4 Jun 2018 00:33:34 +0200 Subject: Move to Dynamic Mixer API (work in progress) --- mixer-binding/mixer-binding.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mixer-binding') diff --git a/mixer-binding/mixer-binding.c b/mixer-binding/mixer-binding.c index 1d4be59..edfb408 100644 --- a/mixer-binding/mixer-binding.c +++ b/mixer-binding/mixer-binding.c @@ -117,9 +117,9 @@ PUBLIC int afbBindingVdyn(afb_dynapi *apiHandle) { const char *dirList= getenv("CONTROL_CONFIG_PATH"); if (!dirList) dirList=CONTROL_CONFIG_PATH; - const char *configPath = CtlConfigSearch(apiHandle, dirList, "4a-"); + const char *configPath = CtlConfigSearch(apiHandle, dirList, "smixer"); if (!configPath) { - AFB_ApiError(apiHandle, "CtlPreInit: No 4a-%s-* config found in %s ", GetBinderName(), dirList); + AFB_ApiError(apiHandle, "CtlPreInit: No smixer-%s-* config found in %s ", GetBinderName(), dirList); goto OnErrorExit; } -- cgit 1.2.3-korg