PS2SDK
PS2 Homebrew Libraries
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
c
d
e
f
g
i
l
m
n
p
q
r
s
t
u
v
Variables
_
c
d
f
g
i
k
m
n
p
q
r
s
t
u
v
w
Typedefs
a
d
h
i
l
m
n
p
r
s
t
w
Enumerations
_
a
c
d
g
i
l
m
n
o
p
s
t
v
Enumerator
c
d
e
g
i
n
p
s
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
z
▼
PS2SDK
PS2SDK - PS2DEV Open Source Project
PS2SDK - KERNEL LIBRARY
remote
►
Topics
►
Data Structures
▼
Files
▼
File List
►
common
►
ee
▼
iop
►
arcade
►
cdvd
►
debug
►
dev9
►
dvrp
►
fs
►
hdd
►
iLink
►
kernel
►
memorycard
►
network
►
security
►
sio
▼
sound
►
ahx
▼
audsrv
►
include
▼
src
►
adpcm.c
►
audsrv.c
►
audsrv_internal.h
►
cdrom.c
►
cdrom.h
►
common.c
►
common.h
debug_printf.h
hw.h
irx_imports.h
rpc_client.c
rpc_client.h
►
rpc_server.c
rpc_server.h
spu.h
►
upsamplers.c
►
upsamplers.h
►
clearspu
►
libsd
►
libsnd2
►
libspu2
►
ps2snd
►
rspu2drv
►
startup
►
system
►
tcpip
►
usb
►
tools
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
audsrv_internal.h
Go to the documentation of this file.
1
/*
2
# _____ ___ ____ ___ ____
3
# ____| | ____| | | |____|
4
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5
#-----------------------------------------------------------------------
6
# Copyright 2005, ps2dev - http://www.ps2dev.org
7
# Licenced under GNU Library General Public License version 2
8
*/
9
15
#ifndef __AUDSRV_C_H__
16
#define __AUDSRV_C_H__
17
19
#define MIN(a,b) ((a) <= (b)) ? (a) : (b)
20
21
//RPC service ID
22
#define AUDSRV_IRX 0x870884e
23
24
//DMA channel allocation
25
#define AUDSRV_VOICE_DMA_CH 0
26
#define AUDSRV_BLOCK_DMA_CH 1
27
28
#endif
iop
sound
audsrv
src
audsrv_internal.h
Generated on Wed Feb 19 2025 02:05:17 for PS2SDK by
1.12.0