Navigation Menu

Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 15, 2002
1 parent f746b1b commit 2618540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/alsa/SDL_alsa_audio.c
Expand Up @@ -187,6 +187,7 @@ static void ALSA_CloseAudio(_THIS)
mixbuf = NULL;
}
if ( pcm_handle ) {
snd_pcm_drain(pcm_handle);
snd_pcm_close(pcm_handle);
pcm_handle = NULL;
}
Expand Down

0 comments on commit 2618540

Please sign in to comment.