diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-06-04 15:32:49 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-06-04 15:32:49 +0200 |
commit | 067d28e5010cb37035caf756a39f2ca27d4589d3 (patch) | |
tree | 3010a6823dd235d838cd2495b5722bb3998c2d6d /conf.d | |
parent | 4b4af4ea59d9fc9f489defffd94e9141098b0bf1 (diff) |
Rename project to smixer-4a
Changed the project name, and renamed the default config file
accordingly to solve the search issues when using the development
launcher
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/project/etc/smixer-4a-test-config.json (renamed from conf.d/project/etc/smixer-test-config.json) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/project/etc/smixer-test-config.json b/conf.d/project/etc/smixer-4a-test-config.json index d646e3b..6caf228 100644 --- a/conf.d/project/etc/smixer-test-config.json +++ b/conf.d/project/etc/smixer-4a-test-config.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", |