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:
[CST] Bas
2012-12-04 00:31:36 +08:00
parent 2da2954b72
commit ad90c35c7c

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