hdmi sound: remove default channel swap

as it's fixed in the pan
pull/953/head
Gergo Koteles 1 week ago
parent d3bb0625da
commit 306ba7fb81
  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