diff src/audio/paudio/SDL_paudio.c @ 3798:c8b3d3d13ed1 SDL-ryan-multiple-audio-device

Audio bootstraps can now specify that a driver is only to be used if explicitly requested (for things like the "disk" driver that is always available but you would never want to default to using). Trimmed out code that can be handled by stubs in the core. The "dummy" driver is pretty damned small now. :)
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Oct 2006 21:27:53 +0000
parents 3b4ce57c6215
children 7852b5b78af5
line wrap: on
line diff
--- a/src/audio/paudio/SDL_paudio.c	Wed Oct 04 20:42:39 2006 +0000
+++ b/src/audio/paudio/SDL_paudio.c	Wed Oct 04 21:27:53 2006 +0000
@@ -121,7 +121,7 @@
 
 AudioBootStrap Paud_bootstrap = {
     Paud_DRIVER_NAME, "AIX Paudio",
-    Audio_Available, Audio_CreateDevice
+    Audio_Available, Audio_CreateDevice, 0
 };
 
 /* This function waits until it is possible to write a full sound buffer */