notaz.gp2x.de
/
libpicofe.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
make cache_flush_ not const, because syscalls are usually not
[libpicofe.git]
/
linux
/
sndout_alsa.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
2
int sndout_alsa_init(void);
3
int sndout_alsa_start(int rate, int stereo);
4
void sndout_alsa_stop(void);
5
void sndout_alsa_wait(void);
6
int sndout_alsa_write_nb(const void *samples, int len);
7
void sndout_alsa_exit(void);