void audio_output_close ( void   ) 

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 }

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:05 2010 for herrie by  doxygen 1.6.3