comparison src/audio/sun/SDL_sunaudio.c @ 148:8758b8d42cd9

Audio subsystem no longer assumes sun audio API on UNIX systems
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Aug 2001 13:09:47 +0000
parents 74212992fb08
children e8157fcb3114
comparison
equal deleted inserted replaced
147:8f9093e805c9 148:8758b8d42cd9
115 this->free = Audio_DeleteDevice; 115 this->free = Audio_DeleteDevice;
116 116
117 return this; 117 return this;
118 } 118 }
119 119
120 AudioBootStrap AUDIO_bootstrap = { 120 AudioBootStrap SUNAUDIO_bootstrap = {
121 "audio", "UNIX /dev/audio interface", 121 "audio", "UNIX /dev/audio interface",
122 Audio_Available, Audio_CreateDevice 122 Audio_Available, Audio_CreateDevice
123 }; 123 };
124 124
125 #ifdef DEBUG_AUDIO 125 #ifdef DEBUG_AUDIO