fix vuzero4k

Origin commit data
------------------
Branch: master
Commit: 79d4e1a8dd
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2019-08-26 (Mon, 26 Aug 2019)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2019-08-26 16:13:25 +02:00
committed by vanhofen
parent 4f54736568
commit 7fd06fdda8
2 changed files with 2 additions and 2 deletions

View File

@@ -337,7 +337,7 @@ int cAudio::StopClip()
hal_info("%s: clipfd not yet opened\n", __FUNCTION__);
return -1;
}
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUZERO4K
ioctl(clipfd, SNDCTL_DSP_RESET);
#endif
close(clipfd);