From 6eb5c6d186c6cd6bd945e408bfc9292e8d17d1da Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Wed, 12 Nov 2014 00:40:30 -0800 Subject: ao/wasapi: reenable the reset function the race condition that necessitated disabling this was fixed in e4403523131a69a92a8418bb3714090a408680c7 --- audio/out/ao_wasapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/out/ao_wasapi.c b/audio/out/ao_wasapi.c index 66de466bbc..c9a079ffc9 100644 --- a/audio/out/ao_wasapi.c +++ b/audio/out/ao_wasapi.c @@ -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), -- cgit v1.2.3