diff 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
line wrap: on
line diff
--- a/src/audio/alsa/SDL_alsa_audio.h	Fri Oct 06 19:45:11 2006 +0000
+++ b/src/audio/alsa/SDL_alsa_audio.h	Fri Oct 06 20:36:23 2006 +0000
@@ -46,11 +46,5 @@
     int mixlen;
 };
 
-/* Old variable names */
-#define pcm_handle		(this->hidden->pcm_handle)
-#define parent			(this->hidden->parent)
-#define mixbuf			(this->hidden->mixbuf)
-#define mixlen			(this->hidden->mixlen)
-
 #endif /* _ALSA_PCM_audio_h */
 /* vi: set ts=4 sw=4 expandtab: */