This function turns off the WAV I/O device.
void WAV_PowerDown( void );
This function is called to notify the WAV I/O device that the system is entering suspend mode. As with all power-down handlers, this function cannot call functions in other DLLs, memory allocators, debugging-output functions, or do anything that could cause a page fault.