comparison src/audio/alsa/SDL_alsa_audio.h @ 3819:b225d9820ee3 SDL-ryan-multiple-audio-device

Updated a bunch of audio backends to 1.3 API (Dreamcast, OS/2, ALSA, and BeOS). None are tested, so anyu could fail to compile.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 06 Oct 2006 20:36:23 +0000
parents 9dc81c6acaf5
children
comparison
equal deleted inserted replaced
3818:49eadd6e8962 3819:b225d9820ee3
44 /* Raw mixing buffer */ 44 /* Raw mixing buffer */
45 Uint8 *mixbuf; 45 Uint8 *mixbuf;
46 int mixlen; 46 int mixlen;
47 }; 47 };
48 48
49 /* Old variable names */
50 #define pcm_handle (this->hidden->pcm_handle)
51 #define parent (this->hidden->parent)
52 #define mixbuf (this->hidden->mixbuf)
53 #define mixlen (this->hidden->mixlen)
54
55 #endif /* _ALSA_PCM_audio_h */ 49 #endif /* _ALSA_PCM_audio_h */
56 /* vi: set ts=4 sw=4 expandtab: */ 50 /* vi: set ts=4 sw=4 expandtab: */