comparison src/audio/alsa/SDL_alsa_audio.c @ 4339:819270e2f893 SDL-1.2

Don't call it "ALSA 0.9 PCM audio" anymore, since we moved to the stable API.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 15 Oct 2009 05:29:49 +0000
parents 4eb6b4be1dbc
children 38f22ed3a433
comparison
equal deleted inserted replaced
4338:d78e4e0bf553 4339:819270e2f893
244 244
245 return this; 245 return this;
246 } 246 }
247 247
248 AudioBootStrap ALSA_bootstrap = { 248 AudioBootStrap ALSA_bootstrap = {
249 DRIVER_NAME, "ALSA 0.9 PCM audio", 249 DRIVER_NAME, "ALSA PCM audio",
250 Audio_Available, Audio_CreateDevice 250 Audio_Available, Audio_CreateDevice
251 }; 251 };
252 252
253 /* This function waits until it is possible to write a full sound buffer */ 253 /* This function waits until it is possible to write a full sound buffer */
254 static void ALSA_WaitAudio(_THIS) 254 static void ALSA_WaitAudio(_THIS)