From 7fd06fdda8c615a7534f60cd6e59a5c083f99a80 Mon Sep 17 00:00:00 2001 From: BPanther Date: Mon, 26 Aug 2019 16:13:25 +0200 Subject: [PATCH] fix vuzero4k Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/79d4e1a8dd0852cc778bd4605f995ae3ece06486 Author: BPanther Date: 2019-08-26 (Mon, 26 Aug 2019) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- common/ca_ci.cpp | 2 +- libarmbox/audio.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/ca_ci.cpp b/common/ca_ci.cpp index 445481f..f8913e5 100644 --- a/common/ca_ci.cpp +++ b/common/ca_ci.cpp @@ -234,7 +234,7 @@ static bool transmitData(eDVBCISlot* slot, unsigned char* d, int 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 for (int i = 0; i < len; i++) printf("%02x ", d[i]); diff --git a/libarmbox/audio.cpp b/libarmbox/audio.cpp index 588c649..38c4e42 100644 --- a/libarmbox/audio.cpp +++ b/libarmbox/audio.cpp @@ -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);