PS2SDK
PS2 Homebrew Libraries
voice.c File Reference
#include "types.h"
#include "irx.h"
#include "sifman.h"
#include "freesd.h"
#include "spu2regs.h"
+ Include dependency graph for voice.c:

Go to the source code of this file.

Functions

void SetDmaWrite (s32 chan)
 
void SetDmaRead (s32 chan)
 
void DmaStop (u32 core)
 
s32 VoiceTransDma (s16 chan, u16 mode, u8 *iop_addr, u32 *spu_addr, u32 size)
 
s32 VoiceTrans_Write_IOMode (u32 iopaddr, u32 spu_addr, s32 size, s16 chan)
 
int sceSdVoiceTrans (s16 chan, u16 mode, u8 *iopaddr, u32 *spuaddr, u32 size)
 
u32 sceSdVoiceTransStatus (s16 chan, s16 flag)
 

Variables

volatile u16 VoiceTransComplete [2]
 
u32 VoiceTransStatus [2]
 
u32 VoiceTransIoMode [2]
 
IntrData TransIntrData [2]
 

Detailed Description

Part of the IOP Sound Driver

Definition in file voice.c.