mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
neutrino: set new cpu clock after returning from standby.
Origin commit data
------------------
Commit: 8940ba4e7d
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-12-03 (Mon, 03 Dec 2012)
This commit is contained in:
@@ -3145,8 +3145,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
||||
powerManager->SetStandby(true, false);
|
||||
} else {
|
||||
// Active standby off
|
||||
cpuFreq->SetCpuFreq(g_settings.cpufreq * 1000 * 1000);
|
||||
powerManager->SetStandby(false, false);
|
||||
cpuFreq->SetCpuFreq(g_settings.cpufreq * 1000 * 1000);
|
||||
videoDecoder->Standby(false);
|
||||
|
||||
if(init_cec_setting){
|
||||
|
Reference in New Issue
Block a user