| 73 |
const char *name, |
const char *name, |
| 74 |
void *callback_opaque, |
void *callback_opaque, |
| 75 |
audio_callback_fn_t callback_fn, |
audio_callback_fn_t callback_fn, |
| 76 |
audsettings_t *settings |
audsettings_t *settings, |
| 77 |
|
int sw_endian |
| 78 |
); |
); |
| 79 |
|
|
| 80 |
void AUD_close_out (QEMUSoundCard *card, SWVoiceOut *sw); |
void AUD_close_out (QEMUSoundCard *card, SWVoiceOut *sw); |
| 92 |
const char *name, |
const char *name, |
| 93 |
void *callback_opaque, |
void *callback_opaque, |
| 94 |
audio_callback_fn_t callback_fn, |
audio_callback_fn_t callback_fn, |
| 95 |
audsettings_t *settings |
audsettings_t *settings, |
| 96 |
|
int sw_endian |
| 97 |
); |
); |
| 98 |
|
|
| 99 |
void AUD_close_in (QEMUSoundCard *card, SWVoiceIn *sw); |
void AUD_close_in (QEMUSoundCard *card, SWVoiceIn *sw); |