summaryrefslogtreecommitdiff
path: root/src/audio/alsa/SDL_alsa_audio.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-11-03Fixed some preprocessor mistakes introduced in iOS project cleanup.Ryan C. Gordon1-3/+3
2011-10-31Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga1-3/+7
2011-08-21Ported ALSA minimum-sample-count fix from 1.2 branch to 1.3.Ryan C. Gordon1-1/+10
2011-07-26Removed needless macros in various audio targets.Ryan C. Gordon1-4/+1
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-02-16Fixed bug #1085 (Jump to NULL function pointer on ALSA_OpenDevice)Sam Lantinga1-2/+2
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2010-02-12Merged r5549:5550 from branches/SDL-1.2: ALSA 6-channel swizzle fix.Ryan C. Gordon1-2/+1
2010-01-26Removed test for "driver is valid, but doesn't see any audio devices."Ryan C. Gordon1-1/+1
2010-01-24Fixed bug #926Sam Lantinga1-7/+7
2010-01-10Merged r4991:5154 from branches/SDL-1.2/src/audio/alsa: many 1.2.14 ALSA fixes.Ryan C. Gordon1-97/+168
2009-10-10Merged r4990:4991 from branches/SDL-1.2: ALSA 1.0 API and dlvsym() removal.Ryan C. Gordon1-37/+40
2009-02-17Fixed bug #633Sam Lantinga1-1/+1
2009-01-01indentSam Lantinga1-1/+1
2009-01-01Adjusted default choice of audio driver.Ryan C. Gordon1-1/+1
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2008-08-27Final merge of Google Summer of Code 2008 work...Sam Lantinga1-0/+3
2006-10-28indent is evilSam Lantinga1-43/+49
2006-10-17Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.Ryan C. Gordon1-362/+281
2006-09-24Formatting updateSam Lantinga1-1/+1
2006-09-01Whoops, wrong tokens for int32 support in ALSA driver (specified unsignedRyan C. Gordon1-2/+2
2006-09-01ALSA was testing if (format) was set to zero as an error condition, butRyan C. Gordon1-2/+3
2006-08-31ALSA backend can handle int32 and float32 data directly.Ryan C. Gordon1-0/+12
2006-08-24First shot at new audio data types (int32 and float32).Ryan C. Gordon1-1/+1
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-370/+509
2006-06-23Swizzle ALSA channels for 5.1 output to match DirectSound and CoreAudio.Ryan C. Gordon1-0/+49
2006-03-19Left the debug code more explicitSam Lantinga1-9/+8
2006-03-19Fixed bug #79Sam Lantinga1-12/+68
2006-02-21Use consistent identifiers for the various platforms we support.Sam Lantinga1-2/+1
2006-02-19Use only safe string functionsSam Lantinga1-1/+1
2006-02-16New configure-based build system. Still work in progress, but much improvedSam Lantinga1-13/+8
2006-02-10More header massaging... works great on Windows. ;-)Sam Lantinga1-3/+0
2006-02-07Removed uses of stdlib.h and string.hSam Lantinga1-8/+3
2006-02-07Use SDL_ prefixed versions of C library functions.Sam Lantinga1-9/+9
2006-02-06A few fixes to get this building on Linux againSam Lantinga1-0/+2
2005-10-20Placate gcc's strict aliasing rules with an extra cast.Ryan C. Gordon1-18/+19
2004-08-21 Here are patches for SDL12 and SDL_mixer for 4 or 6 channelSam Lantinga1-4/+8
2004-08-21Date: Tue, 01 Jun 2004 15:27:44 +0300Sam Lantinga1-0/+6
2004-03-02Date: Sun, 29 Feb 2004 15:14:22 +0200Sam Lantinga1-23/+132
2004-01-04Updated copyright information for 2004 (Happy New Year!)Sam Lantinga1-1/+1
2004-01-04Editors Note: The original patch was modified to use SDL_Delay() instead ofSam Lantinga1-2/+7
2002-11-17Open the ALSA devices in non-blocking mode (thanks Aleksey!)Sam Lantinga1-2/+2
2002-04-15*** empty log message ***Sam Lantinga1-0/+1
2002-04-15*** empty log message ***Sam Lantinga1-0/+1
2002-04-15Updated ALSA audio support for ALSA 0.9Sam Lantinga1-347/+145
2002-03-06Updated copyright information for 2002Sam Lantinga1-1/+1
2001-12-14Updated the source with the correct e-mail addressSam Lantinga1-1/+1
2001-04-26Initial revisionSam Lantinga1-0/+521