diff src/audio/dmedia/SDL_irixaudio.h @ 3820:1f156fd874fa SDL-ryan-multiple-audio-device

Moved more audio drivers to 1.3 API (all 5 MiNT backends, BSD, IRIX...), and some other tweaks in already-converted drivers.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 07 Oct 2006 05:36:36 +0000
parents c121d94672cb
children efdfe292bd88
line wrap: on
line diff
--- a/src/audio/dmedia/SDL_irixaudio.h	Fri Oct 06 20:36:23 2006 +0000
+++ b/src/audio/dmedia/SDL_irixaudio.h	Sat Oct 07 05:36:36 2006 +0000
@@ -33,15 +33,9 @@
 
 struct SDL_PrivateAudioData
 {
-    /* The handle for the audio device */
-    ALport audio_port;
-
-    Uint8 *mixbuf;              /* The app mixing buffer */
+    ALport audio_port;    /* The handle for the audio device */
+    Uint8 *mixbuf;        /* The app mixing buffer */
 };
 
-/* Old variable names */
-#define audio_port		(this->hidden->audio_port)
-#define mixbuf			(this->hidden->mixbuf)
-
 #endif /* _SDL_lowaudio_h */
 /* vi: set ts=4 sw=4 expandtab: */