comparison src/audio/sun/SDL_sunaudio.c @ 2049:5f6550e5184f

Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 17 Oct 2006 09:15:21 +0000
parents 152dcc2f089f
children 99210400e8b9
comparison
equal deleted inserted replaced
2048:6067c7f9a672 2049:5f6550e5184f
1 /* I'm gambling no one uses this audio backend...we'll see who emails. :) */
2 #error this code has not been updated for SDL 1.3.
3 #error if no one emails icculus at icculus.org and tells him that this
4 #error code is needed, this audio backend will eventually be removed from SDL.
5
1 /* 6 /*
2 SDL - Simple DirectMedia Layer 7 SDL - Simple DirectMedia Layer
3 Copyright (C) 1997-2006 Sam Lantinga 8 Copyright (C) 1997-2006 Sam Lantinga
4 9
5 This library is free software; you can redistribute it and/or 10 This library is free software; you can redistribute it and/or
114 return this; 119 return this;
115 } 120 }
116 121
117 AudioBootStrap SUNAUDIO_bootstrap = { 122 AudioBootStrap SUNAUDIO_bootstrap = {
118 "audio", "UNIX /dev/audio interface", 123 "audio", "UNIX /dev/audio interface",
119 Audio_Available, Audio_CreateDevice 124 Audio_Available, Audio_CreateDevice, 0
120 }; 125 };
121 126
122 #ifdef DEBUG_AUDIO 127 #ifdef DEBUG_AUDIO
123 void 128 void
124 CheckUnderflow(_THIS) 129 CheckUnderflow(_THIS)