comparison src/audio/alsa/SDL_alsa_audio.h @ 3362:4e83cdb58134

Merged r4990:4991 from branches/SDL-1.2: ALSA 1.0 API and dlvsym() removal.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 10 Oct 2009 07:34:15 +0000
parents 99210400e8b9
children 631173ffd68f
comparison
equal deleted inserted replaced
3361:d559edc85610 3362:4e83cdb58134
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #ifndef _ALSA_PCM_audio_h 24 #ifndef _ALSA_PCM_audio_h
25 #define _ALSA_PCM_audio_h 25 #define _ALSA_PCM_audio_h
26 26
27 #define ALSA_PCM_OLD_HW_PARAMS_API
28 #define ALSA_PCM_OLD_SW_PARAMS_API
29 #include <alsa/asoundlib.h> 27 #include <alsa/asoundlib.h>
30 28
31 #include "../SDL_sysaudio.h" 29 #include "../SDL_sysaudio.h"
32 30
33 /* Hidden "this" pointer for the audio functions */ 31 /* Hidden "this" pointer for the audio functions */