Commit e412bf62 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

wasapi: fix comment

parent 0c277629
...@@ -166,7 +166,7 @@ static void Flush(audio_output_t *aout, bool wait) ...@@ -166,7 +166,7 @@ static void Flush(audio_output_t *aout, bool wait)
HRESULT hr; HRESULT hr;
if (wait) if (wait)
return; /* Not drain implemented */ return; /* Drain not implemented */
Enter(); Enter();
IAudioClient_Stop(sys->client); IAudioClient_Stop(sys->client);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment