Mercurial > sdl-ios-xcode
comparison src/audio/dsp/SDL_dspaudio.c @ 354:30935e76acb5
Updated ALSA audio support for ALSA 0.9
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 15 Apr 2002 07:38:54 +0000 |
parents | f6ffac90895c |
children | b8d311d90021 |
comparison
equal
deleted
inserted
replaced
353:d47637068e52 | 354:30935e76acb5 |
---|---|
392 if ( value & AFMT_U16_BE ) { | 392 if ( value & AFMT_U16_BE ) { |
393 format = AFMT_U16_BE; | 393 format = AFMT_U16_BE; |
394 } | 394 } |
395 break; | 395 break; |
396 default: | 396 default: |
397 format = 0; | |
397 break; | 398 break; |
398 } | 399 } |
399 if ( ! format ) { | 400 if ( ! format ) { |
400 test_format = SDL_NextAudioFormat(); | 401 test_format = SDL_NextAudioFormat(); |
401 } | 402 } |