aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/cores/AudioEngine/Engines/SoftAE/SoftAE.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/cores/AudioEngine/Engines/SoftAE/SoftAE.cpp b/xbmc/cores/AudioEngine/Engines/SoftAE/SoftAE.cpp
index e3130a0382..7cbae7c24f 100644
--- a/xbmc/cores/AudioEngine/Engines/SoftAE/SoftAE.cpp
+++ b/xbmc/cores/AudioEngine/Engines/SoftAE/SoftAE.cpp
@@ -1019,8 +1019,10 @@ void CSoftAE::Run()
restart = true;
}
+#if !defined(TARGET_ANDROID)
/* Handle idle or forced suspend */
ProcessSuspend();
+#endif
/* if we are told to restart */
if (m_reOpen || restart || !m_sink)