small fix for vusolo4k

This commit is contained in:
BPanther
2019-03-05 07:27:13 +01:00
committed by Thilo Graf
parent 7c17a9fa12
commit 453f61b8da

View File

@@ -319,6 +319,9 @@ int cAudio::StopClip()
hal_info("%s: clipfd not yet opened\n", __FUNCTION__);
return -1;
}
#if BOXMODEL_VUSOLO4K
ioctl(clipfd, SNDCTL_DSP_RESET);
#endif
close(clipfd);
clipfd = -1;
if (mixer_fd > -1) {