SDL/src/audio/pulseaudio
Arkadiusz Hiler 28af0d58c6 pulseaudio: Match channel map to SDL's chosen order
pa_channel_map_init_auto() with PA_CHANNEL_MAP_WAVEEX does the wrong
thing as it just takes the lest significant bits of
WAVEFORMATEXTENSIBLE's dwChannelMask in order. This doesn't match SDL's
chosen channel ordering.

The implementation here mirrors what we do for PipeWire.

(cherry picked from commit 0d2f081d41)
2025-10-30 13:33:46 -07:00
..
SDL_pulseaudio.c pulseaudio: Match channel map to SDL's chosen order 2025-10-30 13:33:46 -07:00
SDL_pulseaudio.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00