notaz.gp2x.de
/
picodrive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
bump libpicofe
[picodrive.git]
/
pico
/
cd
/
pcm.h
1
2
#define PCM_STEP_SHIFT 11
3
4
PICO_INTERNAL_ASM void pcm_write(unsigned int a, unsigned int d);
5
PICO_INTERNAL void pcm_set_rate(int rate);
6
PICO_INTERNAL void pcm_update(int *buffer, int length, int stereo);
7