|
|
| version 1.16, 2011/01/15 18:43:13 | version 1.17, 2011/12/24 16:57:46 |
|---|---|
| Line 68 MIDIMOD vermouth_module = NULL; | Line 68 MIDIMOD vermouth_module = NULL; |
| * driver | * driver |
| */ | */ |
| static struct { | static struct { |
| BOOL (*drvinit)(UINT rate, UINT samples); | BOOL (*drvinit)(UINT rate, UINT samples); |
| BOOL (*drvterm)(void); | BOOL (*drvterm)(void); |
| void (*drvlock)(void); | void (*drvlock)(void); |
| void (*drvunlock)(void); | void (*drvunlock)(void); |
| void (*sndplay)(void); | void (*sndplay)(void); |
| void (*sndstop)(void); | void (*sndstop)(void); |
| void *(*pcmload)(UINT num, const char *path); | void *(*pcmload)(UINT num, const char *path); |
| void (*pcmdestroy)(void *chanp, UINT num); | void (*pcmdestroy)(void *chanp, UINT num); |
| Line 338 soundmng_setreverse(BOOL reverse) | Line 338 soundmng_setreverse(BOOL reverse) |
| /* | /* |
| * PCM function | * PCM function |
| */ | */ |
| void | static void |
| soundmng_pcminit(void) | soundmng_pcminit(void) |
| { | { |
| int i; | int i; |
| Line 348 soundmng_pcminit(void) | Line 348 soundmng_pcminit(void) |
| } | } |
| } | } |
| void | static void |
| soundmng_pcmdestroy(void) | soundmng_pcmdestroy(void) |
| { | { |
| int i; | int i; |