Mercurial > sdl-ios-xcode
comparison src/audio/SDL_audio.c @ 4548:b135d19f9764
RedHat patch: SDL-1.2.14-audiodriver.patch
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 18 Jul 2010 11:13:12 -0700 |
parents | dbf3fa541096 |
children | 1f7ad083fd3c |
comparison
equal
deleted
inserted
replaced
4542:af1d018ebbe6 | 4548:b135d19f9764 |
---|---|
71 extern AudioBootStrap FUSIONSOUND_bootstrap; | 71 extern AudioBootStrap FUSIONSOUND_bootstrap; |
72 | 72 |
73 | 73 |
74 /* Available audio drivers */ | 74 /* Available audio drivers */ |
75 static const AudioBootStrap *const bootstrap[] = { | 75 static const AudioBootStrap *const bootstrap[] = { |
76 #if SDL_AUDIO_DRIVER_PULSEAUDIO | |
77 &PULSEAUDIO_bootstrap, | |
78 #endif | |
79 #if SDL_AUDIO_DRIVER_ALSA | |
80 &ALSA_bootstrap, | |
81 #endif | |
76 #if SDL_AUDIO_DRIVER_BSD | 82 #if SDL_AUDIO_DRIVER_BSD |
77 &BSD_AUDIO_bootstrap, | 83 &BSD_AUDIO_bootstrap, |
78 #endif | |
79 #if SDL_AUDIO_DRIVER_PULSEAUDIO | |
80 &PULSEAUDIO_bootstrap, | |
81 #endif | |
82 #if SDL_AUDIO_DRIVER_ALSA | |
83 &ALSA_bootstrap, | |
84 #endif | 84 #endif |
85 #if SDL_AUDIO_DRIVER_OSS | 85 #if SDL_AUDIO_DRIVER_OSS |
86 &DSP_bootstrap, | 86 &DSP_bootstrap, |
87 &DMA_bootstrap, | 87 &DMA_bootstrap, |
88 #endif | 88 #endif |