mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
fix HD60/HD61
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user