log src/audio/alsa/SDL_alsa_audio.c @ 2184:8f8516e79a13

age author description
Sat, 28 Oct 2006 16:48:03 +0000 Sam Lantinga indent is evil
Tue, 17 Oct 2006 09:15:21 +0000 Ryan C. Gordon Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
Sun, 24 Sep 2006 15:56:55 +0000 Sam Lantinga Formatting update
Fri, 01 Sep 2006 18:04:01 +0000 Ryan C. Gordon Whoops, wrong tokens for int32 support in ALSA driver (specified unsigned
Fri, 01 Sep 2006 17:49:27 +0000 Ryan C. Gordon ALSA was testing if (format) was set to zero as an error condition, but
Thu, 31 Aug 2006 21:28:21 +0000 Ryan C. Gordon ALSA backend can handle int32 and float32 data directly.
Thu, 24 Aug 2006 12:10:46 +0000 Ryan C. Gordon First shot at new audio data types (int32 and float32).