diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-05-25 17:50:22 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-05-25 17:50:22 +0200 |
commit | 28ed131e3cac9cbd0f806e9e0c9f02eb0f92a368 (patch) | |
tree | 2544fd1813c59b7e35f91e3402e35ebbbc7ca3b7 /conf.d/project | |
parent | e58ef6051020bbeb269960a308f1fa33f39097cb (diff) |
fixed search path for config
Diffstat (limited to 'conf.d/project')
-rw-r--r-- | conf.d/project/etc/4a-softmixer-test.json (renamed from conf.d/project/etc/4a--softmixer-test.json) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/project/etc/4a--softmixer-test.json b/conf.d/project/etc/4a-softmixer-test.json index d646e3b..6caf228 100644 --- a/conf.d/project/etc/4a--softmixer-test.json +++ b/conf.d/project/etc/4a-softmixer-test.json @@ -10,7 +10,7 @@ { "uid": "softmixer", "info": "Map alsa-loop subdevices to 4A HAL streams", - "spath": "./plugins/alsa:../conf.d/project/lua.d", + "spath": "./lib/plugins:./var", "libs": ["alsa-softmixer.ctlso", "softmixer-simple-test.lua"], "lua": { "prefix": "smix", |