diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2018-05-13 01:22:24 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2018-05-13 01:22:24 +0200 |
commit | ca0965cae3ad129e495fd4615ebeb7c11b413a2b (patch) | |
tree | 50aa199d84df3f7e61a7e653e57e8af2fd760e61 /conf.d/project/etc/4a-softmixer-config.json | |
parent | 1dd1509a02fee564ff87f80c2f29055d7aad889c (diff) |
Initial version with softvol,Route,Multi,Dmix
Diffstat (limited to 'conf.d/project/etc/4a-softmixer-config.json')
-rw-r--r-- | conf.d/project/etc/4a-softmixer-config.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf.d/project/etc/4a-softmixer-config.json b/conf.d/project/etc/4a-softmixer-config.json index e66a2e6..b094f2f 100644 --- a/conf.d/project/etc/4a-softmixer-config.json +++ b/conf.d/project/etc/4a-softmixer-config.json @@ -10,7 +10,7 @@ { "uid": "alsa-router", "ldpath": "./plugins/alsa", - "lua2c": ["AlsaDmix", "AlsaRouter"], + "lua2c": ["snd_cards", "snd_zones", "snd_loops", "snd_streams"], "info": "Map alsa-loop subdevices to 4A HAL streams" } ], @@ -83,17 +83,17 @@ "lua": "_mixer_config_" }, { - "uid": "stream", + "uid": "snd-cards", "callback": { "plugin": "alsa-router", - "function": "stream_ctl" + "function": "snd_cards" } }, { - "uid": "zone", + "uid": "snd-zone", "callback": { "plugin": "alsa-router", - "function": "zone_ctl" + "function": "snd_zones" } } ] |