Browse Source

AUDIO_U16 support was removed from SDL3

Elad Lahav 2 years ago
parent
commit
2a03ad2cbf
1 changed files with 0 additions and 12 deletions
  1. 0 12
      src/audio/qnx/SDL_qsa_audio.c

+ 0 - 12
src/audio/qnx/SDL_qsa_audio.c

@@ -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;