1.1 --- a/src/audio/sun/SDL_sunaudio.h Thu Aug 10 15:15:06 2006 +0000
1.2 +++ b/src/audio/sun/SDL_sunaudio.h Thu Aug 24 12:10:46 2006 +0000
1.3 @@ -34,7 +34,7 @@
1.4 /* The file descriptor for the audio device */
1.5 int audio_fd;
1.6
1.7 - Uint16 audio_fmt; /* The app audio format */
1.8 + SDL_AudioFormat audio_fmt; /* The app audio format */
1.9 Uint8 *mixbuf; /* The app mixing buffer */
1.10 int ulaw_only; /* Flag -- does hardware only output U-law? */
1.11 Uint8 *ulaw_buf; /* The U-law mixing buffer */