Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Backport from 1.3: most of the audio drivers can now handle data
conversion at a higher level when they can't open the hardware in the exact format requested.
- Loading branch information
Showing
with
281 additions
and 168 deletions.
- +44 −41 src/audio/amigaos/SDL_ahiaudio.c
- +48 −31 src/audio/baudio/SDL_beaudio.cc
- +28 −13 src/audio/dart/SDL_dart.c
- +24 −7 src/audio/dc/SDL_dcaudio.c
- +80 −54 src/audio/dmedia/SDL_irixaudio.c
- +3 −0 src/audio/mint/SDL_mintaudio_dma8.c
- +42 −22 src/audio/mint/SDL_mintaudio_gsxb.c
- +4 −0 src/audio/mint/SDL_mintaudio_mcsn.c
- +4 −0 src/audio/mint/SDL_mintaudio_stfa.c
- +4 −0 src/audio/mint/SDL_mintaudio_xbios.c
Oops, something went wrong.