small fix for vusolo4k

Origin commit data
------------------
Branch: master
Commit: e16eba920a
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2019-03-05 (Tue, 05 Mar 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2019-03-05 07:27:13 +01:00
committed by max_10
parent 9ac7cafa7c
commit 588abac50b

View File

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