Skip to content

Commit

Permalink
AUDIO_U16 support was removed from SDL3
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Lahav authored and icculus committed Mar 27, 2023
1 parent 254f033 commit 2a03ad2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/audio/qnx/SDL_qsa_audio.c
Expand Up @@ -343,18 +343,6 @@ QSA_OpenDevice(_THIS, const char *devname)
found = 1;
}
break;
case AUDIO_U16LSB:
{
format = SND_PCM_SFMT_U16_LE;
found = 1;
}
break;
case AUDIO_U16MSB:
{
format = SND_PCM_SFMT_U16_BE;
found = 1;
}
break;
case AUDIO_S32LSB:
{
format = SND_PCM_SFMT_S32_LE;
Expand Down

0 comments on commit 2a03ad2

Please sign in to comment.