diff options
Diffstat (limited to 'conf.d/project/etc')
-rw-r--r-- | conf.d/project/etc/4a-softmixer-config.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/conf.d/project/etc/4a-softmixer-config.json b/conf.d/project/etc/4a-softmixer-config.json index db13705..e66a2e6 100644 --- a/conf.d/project/etc/4a-softmixer-config.json +++ b/conf.d/project/etc/4a-softmixer-config.json @@ -4,13 +4,12 @@ "uid": "Soft Mixer", "version": "1.0", "api": "softmixer", - "info": "Soft Mixer emulating hardware mixer", - "require": ["alsacore"] + "info": "Soft Mixer emulating hardware mixer" }, "plugins": [ { "uid": "alsa-router", - "ldpath": "package/lib/plugins", + "ldpath": "./plugins/alsa", "lua2c": ["AlsaDmix", "AlsaRouter"], "info": "Map alsa-loop subdevices to 4A HAL streams" } @@ -80,6 +79,10 @@ "controls": [ { + "uid": "mixer-config", + "lua": "_mixer_config_" + }, + { "uid": "stream", "callback": { "plugin": "alsa-router", |