Close the sound device.
Definition at line 199 of file audio_output_alsa.c.
00200 { 00201 snd_pcm_close(devhnd); 00202 #ifdef BUILD_VOLUME 00203 if (mixhnd != NULL) 00204 snd_mixer_close(mixhnd); 00205 #endif /* BUILD_VOLUME */ 00206 }