summaryrefslogtreecommitdiffstats
path: root/alsa-binding
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2017-11-05 16:40:01 +0100
committerFulup Ar Foll <fulup@iot.bzh>2017-11-05 16:40:01 +0100
commit55929a11c538fb78e2a7ecf75f9d1fad1f424cc1 (patch)
tree5f4904e8e328837550cd856d253f8ef188356098 /alsa-binding
parentf197109509d7de6d5791e7157d7de70c0ac8c1c8 (diff)
Fix Regression on Volume Ramping
Diffstat (limited to 'alsa-binding')
-rw-r--r--alsa-binding/Alsa-RegEvt.c2
1 files changed, 1 insertions, 1 deletions
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);