PS2SDK
PS2 Homebrew Libraries
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.