diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-05 16:40:01 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-05 16:40:01 +0100 |
commit | 55929a11c538fb78e2a7ecf75f9d1fad1f424cc1 (patch) | |
tree | 5f4904e8e328837550cd856d253f8ef188356098 /alsa-binding | |
parent | f197109509d7de6d5791e7157d7de70c0ac8c1c8 (diff) |
Fix Regression on Volume Ramping
Diffstat (limited to 'alsa-binding')
-rw-r--r-- | alsa-binding/Alsa-RegEvt.c | 2 |
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); |