mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
extracted OSS code to sndout_oss_*, BTN->PBTN, refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@599 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
7b3f44c6b6
commit
e5ab6fafac
25 changed files with 497 additions and 589 deletions
6
platform/linux/sndout_oss.h
Normal file
6
platform/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