We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f369a1 commit 5806036Copy full SHA for 5806036
src/audio/openslES/SDL_openslES.c
@@ -420,9 +420,9 @@ static int openslES_CreatePCMPlayer(_THIS)
420
SDL_AudioFormat test_format;
421
for (test_format = SDL_FirstAudioFormat(this->spec.format); test_format; test_format = SDL_NextAudioFormat()) {
422
switch (test_format) {
423
- case SDL_AUDIO_U8:
424
- case SDL_AUDIO_S16LE:
425
- case SDL_AUDIO_F32:
+ case AUDIO_U8:
+ case AUDIO_S16LSB:
+ case AUDIO_F32LBS:
426
break;
427
default:
428
continue;
0 commit comments