hdmi sound: remove default channel swap

as it's fixed in the pan
pull/955/head
Gergo Koteles 1 week ago
parent 2a1f2b2ef8
commit 317266ac14
  1. 4
      src/minidexed.cpp

@ -213,10 +213,6 @@ CMiniDexed::CMiniDexed (CConfig *pConfig, CInterruptSystem *pInterrupt,
m_pSoundDevice = new CHDMISoundBaseDevice (pInterrupt, pConfig->GetSampleRate (),
pConfig->GetChunkSize ());
// The channels are swapped by default in the HDMI sound driver.
// TODO: Remove this line, when this has been fixed in the driver.
m_bChannelsSwapped = !m_bChannelsSwapped;
#endif
}
else

Loading…
Cancel
Save