NNS_SndInit

C Specification

#include <nnsys/snd.h>
void NNS_SndInit( void ); 

Arguments

None.

Return Values

None.

Description

Initializes Sound. Call this function before calling any other of the Sound functions. However, be sure to initialize the OS beforehand.

Enable IRQ interrupts. In addition, do not overwrite interrupt settings using OS_SetIrqMask or some other function after calling this function.

The function acts internally to initialize variables and to synchronize communications with ARM7.

See Also

None.

Revision History

04/01/2004 Initial version.