--- a/src/audio/alsa/SDL_alsa_audio.c Mon Oct 19 06:01:58 2009 +0000
+++ b/src/audio/alsa/SDL_alsa_audio.c Mon Oct 19 10:02:00 2009 +0000
@@ -381,7 +381,7 @@
/* This is useful for debugging */
if ( getenv("SDL_AUDIO_ALSA_DEBUG") ) {
- snd_pcm_sframes_t persize = 0;
+ snd_pcm_uframes_t persize = 0;
unsigned int periods = 0;
SDL_NAME(snd_pcm_hw_params_get_period_size)(hwparams, &persize, NULL);
@@ -467,7 +467,6 @@
snd_pcm_format_t format;
unsigned int rate;
unsigned int channels;
- snd_pcm_uframes_t bufsize;
Uint16 test_format;
/* Open the audio device */