Mercurial > sdl-ios-xcode
comparison src/audio/alsa/SDL_alsa_audio.h @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | b8d311d90021 |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
21 */ | 21 */ |
22 | 22 |
23 #ifndef _ALSA_PCM_audio_h | 23 #ifndef _ALSA_PCM_audio_h |
24 #define _ALSA_PCM_audio_h | 24 #define _ALSA_PCM_audio_h |
25 | 25 |
26 #include "SDL_sysaudio.h" | |
27 #define ALSA_PCM_OLD_HW_PARAMS_API | 26 #define ALSA_PCM_OLD_HW_PARAMS_API |
28 #define ALSA_PCM_OLD_SW_PARAMS_API | 27 #define ALSA_PCM_OLD_SW_PARAMS_API |
29 #include <alsa/asoundlib.h> | 28 #include <alsa/asoundlib.h> |
29 | |
30 #include "../SDL_sysaudio.h" | |
30 | 31 |
31 /* Hidden "this" pointer for the video functions */ | 32 /* Hidden "this" pointer for the video functions */ |
32 #define _THIS SDL_AudioDevice *this | 33 #define _THIS SDL_AudioDevice *this |
33 | 34 |
34 struct SDL_PrivateAudioData { | 35 struct SDL_PrivateAudioData { |