From 052cd0a38c5a5ffe2871d181171899e81e4726a5 Mon Sep 17 00:00:00 2001 From: max_10 Date: Thu, 24 Oct 2019 23:43:36 +0200 Subject: [PATCH] libarmbox/audio.cpp: change to BOXMODEL_VUPLUS4K Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/80e7a0f1b33d80618da0dd4b6985685337ce2e8a Author: max_10 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 --- libarmbox/audio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarmbox/audio.cpp b/libarmbox/audio.cpp index ba896aa..4e6cf13 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 || BOXMODEL_VUULTIMO4K || BOXMODEL_VUZERO4K || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K +#if BOXMODEL_VUPLUS4K ioctl(clipfd, SNDCTL_DSP_RESET); #endif close(clipfd);