From 91a3d11e47e553040378974f2906ec65113183c0 Mon Sep 17 00:00:00 2001 From: dimok789 Date: Thu, 28 Apr 2016 22:26:03 +0200 Subject: [PATCH] sound clicking fix for firmware 3.x.x (thanks to FIX94) --- src/sounds/SoundHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sounds/SoundHandler.cpp b/src/sounds/SoundHandler.cpp index 68f9dd5..ac31e88 100644 --- a/src/sounds/SoundHandler.cpp +++ b/src/sounds/SoundHandler.cpp @@ -36,7 +36,7 @@ SoundHandler * SoundHandler::handlerInstance = NULL; SoundHandler::SoundHandler() - : CThread(CThread::eAttributeAffCore1 | CThread::eAttributePinnedAff, 0, 0x8000) + : CThread(CThread::eAttributeAffCore0 | CThread::eAttributePinnedAff, 0, 0x8000) { Decoding = false; ExitRequested = false;