Skip to content

Commit

Permalink
change windows audio output backend name from 'win32mm' to 'winmm'
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Apr 4, 2024
1 parent 77edece commit 63dce78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/player/out_win32mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static void pause_mm_output(void) {}
static void resume_mm_output(void) {}

audiodrv_info audiodrv_winmm = {
"win32mm",
"winmm",
"Windows WinMM output",
open_mm_output,
write_mm_output,
Expand All @@ -173,4 +173,4 @@ audiodrv_info audiodrv_winmm = {
resume_mm_output
};

#endif
#endif /* AUDIODRV_WINMM */

0 comments on commit 63dce78

Please sign in to comment.