libarmbox/audio.cpp: change to BOXMODEL_VUPLUS4K

Origin commit data
------------------
Branch: master
Commit: 80e7a0f1b3
Author: max_10 <max_10@gmx.de>
Date: 2019-10-24 (Thu, 24 Oct 2019)

Origin message was:
------------------
- libarmbox/audio.cpp: change to BOXMODEL_VUPLUS4K

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

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2019-10-24 23:43:36 +02:00
committed by vanhofen
parent 2c97ff00cd
commit 052cd0a38c

View File

@@ -337,7 +337,7 @@ 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 || BOXMODEL_VUDUO4K || BOXMODEL_VUULTIMO4K || BOXMODEL_VUZERO4K || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K #if BOXMODEL_VUPLUS4K
ioctl(clipfd, SNDCTL_DSP_RESET); ioctl(clipfd, SNDCTL_DSP_RESET);
#endif #endif
close(clipfd); close(clipfd);