mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
extracted OSS code to sndout_oss_*, BTN->PBTN, refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@599 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
725d7f6c16
commit
b3972d826f
21 changed files with 386 additions and 478 deletions
6
linux/sndout_oss.h
Normal file
6
linux/sndout_oss.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
int sndout_oss_init(void);
|
||||
int sndout_oss_start(int rate, int bits, int stereo);
|
||||
int sndout_oss_write(const void *buff, int len);
|
||||
void sndout_oss_sync(void);
|
||||
void sndout_oss_setvol(int l, int r);
|
||||
void sndout_oss_exit(void);
|
Loading…
Add table
Add a link
Reference in a new issue