--- a/src/audio/alsa/SDL_alsa_audio.c Mon Apr 15 07:41:47 2002 +0000 +++ b/src/audio/alsa/SDL_alsa_audio.c Mon Apr 15 07:47:35 2002 +0000 @@ -168,6 +168,7 @@ this->enabled = 0; return; } + continue; } sample_buf += status * this->spec.channels; sample_len -= status;