fix HD60/HD61

This commit is contained in:
TangoCash
2020-10-03 19:27:37 +02:00
committed by Thilo Graf
parent f6cf97a321
commit 3084287bd1
4 changed files with 20 additions and 5 deletions

View File

@@ -137,7 +137,7 @@ int cAudio::Start(void)
{
int ret;
ret = ioctl(fd, AUDIO_PLAY);
#ifdef BOXMODEL_HD60 || BOXMODEL_HD61
#if BOXMODEL_HISILICON
ioctl(fd, AUDIO_CONTINUE);
#endif
return ret;