mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
small fix for vusolo4k
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user