From c4c0647af21b2a05e87f36101d86dc2d35f1f47c Mon Sep 17 00:00:00 2001 From: fulup Date: Tue, 5 Jun 2018 00:28:17 +0200 Subject: Update info command and move HTML5 to new API --- plugins/alsa/alsa-effect-ramp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/alsa/alsa-effect-ramp.c') diff --git a/plugins/alsa/alsa-effect-ramp.c b/plugins/alsa/alsa-effect-ramp.c index 361ff05..312bdfa 100644 --- a/plugins/alsa/alsa-effect-ramp.c +++ b/plugins/alsa/alsa-effect-ramp.c @@ -90,7 +90,7 @@ PUBLIC int AlsaVolRampApply(SoftMixerT *mixer, AlsaSndCtlT *sndcard, AlsaStreamA error = wrap_json_unpack(rampJ, "{ss so !}" , "uid", &uid - , "vol", &volJ + , "volume", &volJ ); if (error) { AFB_ApiError(mixer->api, "AlsaVolRampApply:mixer=%s stream=%s invalid-json should {uid:ramp, vol:[+,-,=]value} ramp=%s", mixer->uid, stream->uid, json_object_get_string(rampJ)); -- cgit 1.2.3-korg