PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
audsrv_internal.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MIN(a, b)   ((a) <= (b)) ? (a) : (b)
 
#define AUDSRV_IRX   0x870884e
 
#define AUDSRV_VOICE_DMA_CH   0
 
#define AUDSRV_BLOCK_DMA_CH   1
 

Detailed Description

audsrv IOP server

Definition in file audsrv_internal.h.

Macro Definition Documentation

◆ MIN

#define MIN (   a,
 
)    ((a) <= (b)) ? (a) : (b)

Find the minimum value between A and B

Definition at line 19 of file audsrv_internal.h.

◆ AUDSRV_IRX

#define AUDSRV_IRX   0x870884e

Definition at line 22 of file audsrv_internal.h.

◆ AUDSRV_VOICE_DMA_CH

#define AUDSRV_VOICE_DMA_CH   0

Definition at line 25 of file audsrv_internal.h.

◆ AUDSRV_BLOCK_DMA_CH

#define AUDSRV_BLOCK_DMA_CH   1

Definition at line 26 of file audsrv_internal.h.