From ca0965cae3ad129e495fd4615ebeb7c11b413a2b Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Sun, 13 May 2018 01:22:24 +0200 Subject: Initial version with softvol,Route,Multi,Dmix --- conf.d/project/etc/4a-softmixer-config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'conf.d/project/etc') 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" } } ] -- cgit 1.2.3-korg