Skip to content

Commit

Permalink
[AE] - Make sure, that m_channelLayout is updated, when user has set …
Browse files Browse the repository at this point in the history
…too many channels.
  • Loading branch information
fritsch committed Aug 30, 2012
1 parent 9c3c4de commit 9f8d768
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp
Expand Up @@ -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 */
Expand Down

0 comments on commit 9f8d768

Please sign in to comment.