Mercurial > sdl-ios-xcode
comparison src/audio/SDL_sysaudio.h @ 4301:5007e6a66814 SDL-1.2
Debian patch: 209_alsa_priority.diff
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 10 Oct 2009 09:07:51 +0000 |
parents | a1b03ba2fcd0 |
children | fe15c4e8efe6 |
comparison
equal
deleted
inserted
replaced
4300:602642738b83 | 4301:5007e6a66814 |
---|---|
104 extern AudioBootStrap BSD_AUDIO_bootstrap; | 104 extern AudioBootStrap BSD_AUDIO_bootstrap; |
105 #endif | 105 #endif |
106 #if SDL_AUDIO_DRIVER_PULSE | 106 #if SDL_AUDIO_DRIVER_PULSE |
107 extern AudioBootStrap PULSE_bootstrap; | 107 extern AudioBootStrap PULSE_bootstrap; |
108 #endif | 108 #endif |
109 #if SDL_AUDIO_DRIVER_ALSA | |
110 extern AudioBootStrap ALSA_bootstrap; | |
111 #endif | |
109 #if SDL_AUDIO_DRIVER_OSS | 112 #if SDL_AUDIO_DRIVER_OSS |
110 extern AudioBootStrap DSP_bootstrap; | 113 extern AudioBootStrap DSP_bootstrap; |
111 extern AudioBootStrap DMA_bootstrap; | 114 extern AudioBootStrap DMA_bootstrap; |
112 #endif | |
113 #if SDL_AUDIO_DRIVER_ALSA | |
114 extern AudioBootStrap ALSA_bootstrap; | |
115 #endif | 115 #endif |
116 #if SDL_AUDIO_DRIVER_QNXNTO | 116 #if SDL_AUDIO_DRIVER_QNXNTO |
117 extern AudioBootStrap QNXNTOAUDIO_bootstrap; | 117 extern AudioBootStrap QNXNTOAUDIO_bootstrap; |
118 #endif | 118 #endif |
119 #if SDL_AUDIO_DRIVER_SUNAUDIO | 119 #if SDL_AUDIO_DRIVER_SUNAUDIO |