Commit cdc3eeb7 authored by Shaun Ren's avatar Shaun Ren Committed by Alexandre Julliard

sapi: Start async queue in ISpVoice::SetOutput.

parent 679e3a9d
......@@ -591,6 +591,9 @@ static HRESULT WINAPI spvoice_SetOutput(ISpVoice *iface, IUnknown *unk, BOOL all
if (!allow_format_changes)
FIXME("ignoring allow_format_changes = FALSE.\n");
if (FAILED(hr = async_start_queue(&This->queue)))
return hr;
if (!unk)
{
/* TODO: Create the default SpAudioOut token here once SpMMAudioEnum is implemented. */
......
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