Revert "Fix surround sound channel mapping on ALSA" since it can be handled inside PortAudio

This commit is contained in:
Cameron Gutman
2018-10-02 01:09:13 -07:00
parent 8dddcd04d5
commit a614a693e5
6 changed files with 7 additions and 58 deletions
-5
View File
@@ -51,11 +51,6 @@ int SdlAudioRenderer::detectAudioConfiguration() const
}
}
void SdlAudioRenderer::adjustOpusChannelMapping(OPUS_MULTISTREAM_CONFIGURATION*) const
{
// The default mapping is fine for SDL
}
SdlAudioRenderer::SdlAudioRenderer()
: m_AudioDevice(0),
m_ChannelCount(0),