mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
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:
@@ -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