diff options
-rw-r--r-- | xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp b/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp index f37c9a9fac..6d653a372b 100644 --- a/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp +++ b/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp @@ -257,8 +257,7 @@ bool CAESinkALSA::InitializeHW(AEAudioFormat &format) /* ensure we opened X channels or more */ if (format.m_channelLayout.Count() > channelCount) { - CLog::Log(LOGERROR, "CAESinkALSA::InitializeHW - Unable to open the required number of channels"); - return false; + CLog::Log(LOGINFO, "CAESinkALSA::InitializeHW - Unable to open the required number of channels"); } /* update the channelLayout to what we managed to open */ |