Skip to content

Commit

Permalink
Fixup Audio PT: Force 100% volume for IEC, not for !IEC
Browse files Browse the repository at this point in the history
  • Loading branch information
koying committed Apr 2, 2016
1 parent 499a7fb commit 954dd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/AudioEngine/Sinks/AESinkAUDIOTRACK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ bool CAESinkAUDIOTRACK::Initialize(AEAudioFormat &format, std::string &device)
format = m_format;

// Force volume to 100% for passthrough
if (m_passthrough && !WantsIEC61937())
if (m_passthrough && WantsIEC61937())
{
CXBMCApp::AcquireAudioFocus();
m_volume = CXBMCApp::GetSystemVolume();
Expand Down

0 comments on commit 954dd96

Please sign in to comment.