Mercurial > sdl-ios-xcode
comparison src/audio/openbsd/SDL_openbsdaudio.c @ 121:43febd46d49d
Name changed from OBSD to OPENBSD_AUDIO
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 23 Jul 2001 02:58:42 +0000 |
parents | ae6e6b73333f |
children | 5d08b230932e |
comparison
equal
deleted
inserted
replaced
120:ef15e2ff28a4 | 121:43febd46d49d |
---|---|
129 this->free = Audio_DeleteDevice; | 129 this->free = Audio_DeleteDevice; |
130 | 130 |
131 return this; | 131 return this; |
132 } | 132 } |
133 | 133 |
134 AudioBootStrap OBSD_bootstrap = { | 134 AudioBootStrap OPENBSD_AUDIO_bootstrap = { |
135 OBSD_DRIVER_NAME, "Native OpenBSD audio", | 135 OBSD_DRIVER_NAME, "Native OpenBSD audio", |
136 Audio_Available, Audio_CreateDevice | 136 Audio_Available, Audio_CreateDevice |
137 }; | 137 }; |
138 | 138 |
139 /* This function waits until it is possible to write a full sound buffer */ | 139 /* This function waits until it is possible to write a full sound buffer */ |