aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/etc')
-rw-r--r--conf.d/project/etc/softmixer-4a-test.json (renamed from conf.d/project/etc/4a-softmixer-test.json)9
1 files changed, 6 insertions, 3 deletions
diff --git a/conf.d/project/etc/4a-softmixer-test.json b/conf.d/project/etc/softmixer-4a-test.json
index 6caf228..ae94f0c 100644
--- a/conf.d/project/etc/4a-softmixer-test.json
+++ b/conf.d/project/etc/softmixer-4a-test.json
@@ -10,7 +10,7 @@
{
"uid": "softmixer",
"info": "Map alsa-loop subdevices to 4A HAL streams",
- "spath": "./lib/plugins:./var",
+ "spath": "./plugins/alsa:../conf.d/project/lua.d",
"libs": ["alsa-softmixer.ctlso", "softmixer-simple-test.lua"],
"lua": {
"prefix": "smix",
@@ -18,16 +18,19 @@
}
}
],
-
"onload": [
{
"uid": "init-soft-mixer",
"info": "Initialise Audio Router",
- "action": "lua://softmixer#_mixer_simple_test_"
+ "action": "lua://softmixer#_AlsaPingCB_"
}
],
"controls": [
{
+ "uid": "ping",
+ "action": "lua://softmixer#_AlsaPingCB_"
+ },
+ {
"uid": "create",
"action": "plugin://softmixer#mixer_new"
}