diff --git a/src/gui/audioplayer.cpp b/src/gui/audioplayer.cpp index 07798a402..c9bcfb5ec 100644 --- a/src/gui/audioplayer.cpp +++ b/src/gui/audioplayer.cpp @@ -300,7 +300,7 @@ int CAudioPlayerGui::exec(CMenuTarget* parent, const std::string &) // set zapit in lock mode g_Zapit->lockPlayBack(); - + videoDecoder->setBlank(true); videoDecoder->ShowPicture(DATADIR "/neutrino/icons/mp3.jpg"); // tell neutrino we're in audio mode diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 2a784c607..ade233dab 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3055,8 +3055,8 @@ printf("NeutrinoMessages::EVT_BOUQUETSCHANGED\n");fflush(stdout); if( mode == mode_standby ) {//FIXME better at announce ? cpuFreq->SetCpuFreq(g_settings.cpufreq * 1000 * 1000); if(g_settings.ci_standby_reset) { - g_CamHandler->exec(NULL, "reset1"); - g_CamHandler->exec(NULL, "reset2"); + g_CamHandler->exec(NULL, "ca_ci_reset0"); + g_CamHandler->exec(NULL, "ca_ci_reset1"); } } @@ -3912,8 +3912,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff ) powerManager->SetStandby(false, false); if(g_settings.ci_standby_reset) { - g_CamHandler->exec(NULL, "reset1"); - g_CamHandler->exec(NULL, "reset2"); + g_CamHandler->exec(NULL, "ca_ci_reset0"); + g_CamHandler->exec(NULL, "ca_ci_reset1"); } frameBuffer->setActive(true);