mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
fix vuzero4k
This commit is contained in:
@@ -234,7 +234,7 @@ static bool transmitData(eDVBCISlot* slot, unsigned char* d, int len)
|
|||||||
{
|
{
|
||||||
printf("%s -> %s len(%d)\n", FILENAME, __func__, len);
|
printf("%s -> %s len(%d)\n", FILENAME, __func__, len);
|
||||||
|
|
||||||
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K
|
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUZERO4K
|
||||||
#if y_debug
|
#if y_debug
|
||||||
for (int i = 0; i < len; i++)
|
for (int i = 0; i < len; i++)
|
||||||
printf("%02x ", d[i]);
|
printf("%02x ", d[i]);
|
||||||
|
@@ -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
|
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUZERO4K
|
||||||
ioctl(clipfd, SNDCTL_DSP_RESET);
|
ioctl(clipfd, SNDCTL_DSP_RESET);
|
||||||
#endif
|
#endif
|
||||||
close(clipfd);
|
close(clipfd);
|
||||||
|
Reference in New Issue
Block a user