summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing obsolete SDL-ryan-multiple-audio-device named branchSDL-ryan-multiple-audio-deviceRyan C. Gordon2010-02-280-0/+0
* Removed distinction between "available" and "init" in audio backends, sinceRyan C. Gordon2006-10-1728-553/+334
* ALSA's availability test was wrong in multi-device land. If the ALSA librariesRyan C. Gordon2006-10-171-9/+1
* I really don't want to update these last two audio backends...I added anRyan C. Gordon2006-10-172-0/+10
* Added a FIXME.Ryan C. Gordon2006-10-171-0/+1
* Moved DirectSound audio target to SDL 1.3 API and did some house cleaning.Ryan C. Gordon2006-10-172-433/+216
* Moved windib (waveout) audio to 1.3 API and made other cleanups.Ryan C. Gordon2006-10-082-157/+152
* Some fixes that were discovered when trying to get OS/2 audio working again...Ryan C. Gordon2006-10-084-7/+7
* OS/2 audio code works in 1.3 now.Ryan C. Gordon2006-10-081-21/+21
* This file probably got corrupted by a pretty printer at some point...Ryan C. Gordon2006-10-081-19/+23
* BeOS audio now works in 1.3 branch.Ryan C. Gordon2006-10-084-28/+35
* Patched to build on pre-C99 compilers.Ryan C. Gordon2006-10-081-1/+1
* Patched to build on pre-C99 compilers.Ryan C. Gordon2006-10-081-10/+8
* Still more PAudio renames...Ryan C. Gordon2006-10-082-2/+2
* Whoops, changed that symbol name...Ryan C. Gordon2006-10-071-3/+3
* Paudio driver moved to 1.3 API.Ryan C. Gordon2006-10-072-172/+132
* Forgot to add NTO_Init()...Ryan C. Gordon2006-10-071-0/+16
* Fixed some things to use SDL C runtime functions.Ryan C. Gordon2006-10-074-10/+10
* Moved NTO audio driver to 1.3 API.Ryan C. Gordon2006-10-072-219/+132
* Fixed duplicate include-once blockers.Ryan C. Gordon2006-10-075-15/+19
* Moved mme audio driver to 1.3 API.Ryan C. Gordon2006-10-072-149/+135
* Minor fixes in dsp driver.Ryan C. Gordon2006-10-071-11/+13
* Dynamic loading for NAS audio driver.Ryan C. Gordon2006-10-073-23/+173
* Minor ALSA dynamic loading fix.Ryan C. Gordon2006-10-071-0/+14
* Look for NAS libraries in normal paths (where Ubuntu installs them).Ryan C. Gordon2006-10-071-1/+8
* Minor NAS tweak.Ryan C. Gordon2006-10-071-1/+1
* Moved NAS audio driver to 1.3 API.Ryan C. Gordon2006-10-072-98/+75
* Moved more audio drivers to 1.3 API (all 5 MiNT backends, BSD, IRIX...), andRyan C. Gordon2006-10-0711-961/+816
* Updated a bunch of audio backends to 1.3 API (Dreamcast, OS/2, ALSA, andRyan C. Gordon2006-10-067-563/+470
* Mangled ALSA dynamic loading...static loading will still work if you have theRyan C. Gordon2006-10-061-214/+146
* Patched to compile.Ryan C. Gordon2006-10-062-46/+44
* Moved AudioBootstrap section in converted drivers to bottom of source, so IRyan C. Gordon2006-10-0610-273/+170
* Updated esd audio driver for 1.3 API.Ryan C. Gordon2006-10-062-133/+142
* One more minor cleanup in arts driver.Ryan C. Gordon2006-10-061-4/+2
* Removed duplicate state from arts driver.Ryan C. Gordon2006-10-061-6/+3
* Updated arts driver for 1.3 audio API.Ryan C. Gordon2006-10-062-133/+147
* Removed some prototypes for non-existant functions in dummy audio driver.Ryan C. Gordon2006-10-061-4/+0
* Multiple audio device code is now working for dsp and dma targets.Ryan C. Gordon2006-10-054-84/+239
* Cleaning out SDL_audiodev.c and related references ...Ryan C. Gordon2006-10-058-89/+79
* Another s/video/audio typo.Ryan C. Gordon2006-10-051-1/+1
* DART allegedly does up to quad output.Ryan C. Gordon2006-10-041-2/+2
* Removed some FIXMEs that'll probably never actually need fixing.Ryan C. Gordon2006-10-043-9/+1
* Disk audio can now use device name for target filename.Ryan C. Gordon2006-10-041-19/+20
* Removed an if (), which lets this code section be a little less cluttered...Ryan C. Gordon2006-10-042-24/+23
* Removed ESD cruft from the core...now the driver will use esound if there'sRyan C. Gordon2006-10-042-41/+8
* Moving more out of core and into drivers...Ryan C. Gordon2006-10-042-6/+1
* Removed AmigaOS audio driver from 1.3; it hasn't compiled for years, and itRyan C. Gordon2006-10-043-500/+0
* Changed wording on test output.Ryan C. Gordon2006-10-041-1/+1
* Fixed CoreAudio specific device open.Ryan C. Gordon2006-10-041-0/+3
* Audio bootstraps can now specify that a driver is only to be used ifRyan C. Gordon2006-10-0428-140/+33