neutrino: set new cpu clock after returning from standby.

This commit is contained in:
[CST] Bas
2012-12-04 00:31:36 +08:00
parent b018c08cce
commit 8940ba4e7d

View File

@@ -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){