[adsp] remove wrong TMSG_SETAUDIODSPSTATE call
authorAlwin Esch <alwin.esch@web.de>
Fri, 11 Sep 2015 11:49:05 +0000 (13:49 +0200)
committerAlwin Esch <alwin.esch@web.de>
Sat, 12 Sep 2015 14:40:32 +0000 (16:40 +0200)
xbmc/Application.cpp

index a6224c2..705856c 100644 (file)
@@ -662,9 +662,6 @@ bool CApplication::Create()
     return false;
   }
 
-  // start AudioDSP engine with a blocking message
-  CApplicationMessenger::GetInstance().SendMsg(TMSG_SETAUDIODSPSTATE, ACTIVE_AE_DSP_STATE_ON);
-
   // restore AE's previous volume state
   SetHardwareVolume(m_volumeLevel);
   CAEFactory::SetMute     (m_muted);