Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
@ -271,7 +271,7 @@ static void onresume(void)
struct sound_driver sound_coreaudio = {
"coreaudio",
"CoreAudio",
"CoreAudio sound output",
NULL,
init,
deinit,
@ -85,7 +85,7 @@ static void onresume(void)
struct sound_driver sound_pulseaudio = {
"pulseaudio",
"PulseAudio",
"PulseAudio sound output",
@ -174,7 +174,7 @@ static const char *const help[] = {
struct sound_driver sound_win32 = {
"win32",
"Windows WinMM",
"Windows WinMM sound output",
help,