diff options
author | fulup <fulup.arfoll@iot.bzh> | 2018-05-16 15:16:00 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2018-05-16 15:16:00 +0200 |
commit | ea9cd4223a9ff1f0da3276ea12727a59ab09531f (patch) | |
tree | 6bd889e82ddec28bdbfc060627c97af6b45840bf /mixer-binding | |
parent | 0b33f91f060fe79e1ecc3f364b8adfe0cdd776d7 (diff) |
Move to new config syntax
Diffstat (limited to 'mixer-binding')
-rw-r--r-- | mixer-binding/mixer-binding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mixer-binding/mixer-binding.c b/mixer-binding/mixer-binding.c index 15d13cd..7f199bc 100644 --- a/mixer-binding/mixer-binding.c +++ b/mixer-binding/mixer-binding.c @@ -28,7 +28,7 @@ PUBLIC afb_dynapi *AFB_default; // Config Section definition (note: controls section index should match handle retrieval in HalConfigExec) static CtlSectionT ctrlSections[]= { - {.key="plugins" , .loadCB= PluginConfig}, + {.key="resources" , .loadCB= PluginConfig}, {.key="onload" , .loadCB= OnloadConfig}, {.key="controls", .loadCB= ControlConfig}, |