void audio_output_close ( void   ) 

Close the sound device.

Definition at line 131 of file audio_output_ao.c.

00132 {
00133         if (devptr != NULL) {
00134                 /* Close device */
00135                 ao_close(devptr);
00136                 devptr = NULL;
00137         }
00138 }

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