From 55929a11c538fb78e2a7ecf75f9d1fad1f424cc1 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Sun, 5 Nov 2017 16:40:01 +0100 Subject: Fix Regression on Volume Ramping --- alsa-binding/Alsa-RegEvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alsa-binding') diff --git a/alsa-binding/Alsa-RegEvt.c b/alsa-binding/Alsa-RegEvt.c index 224d513..c3c0b51 100644 --- a/alsa-binding/Alsa-RegEvt.c +++ b/alsa-binding/Alsa-RegEvt.c @@ -252,7 +252,7 @@ PUBLIC void alsaEvtSubcribe(afb_req request) { // increase usage count and return success sndHandles[idx].ucount++; afb_req_success(request, NULL, NULL); - // use OnErrorExit + return; OnErrorExit: if (ctlDev) snd_ctl_close(ctlDev); -- cgit