mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
neutrino: set new cpu clock after returning from standby.
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