ao/wasapi: reenable the reset function

the race condition that necessitated disabling
this was fixed in
e440352313
This commit is contained in:
Kevin Mitchell 2014-11-12 00:40:30 -08:00
parent 227f0e3f39
commit 6eb5c6d186
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ const struct ao_driver audio_out_wasapi = {
.init = init,
.uninit = uninit,
.control = control,
//.reset = audio_reset, <- doesn't wait for audio callback to return
.reset = audio_reset,
.resume = audio_resume,
.list_devs = list_devs,
.priv_size = sizeof(wasapi_state),