From: Shaun Ren sren@codeweavers.com
--- dlls/sapi/async.c | 1 - dlls/sapi/mmaudio.c | 2 -- 2 files changed, 3 deletions(-)
diff --git a/dlls/sapi/async.c b/dlls/sapi/async.c index 69f962d5502..10097150bd8 100644 --- a/dlls/sapi/async.c +++ b/dlls/sapi/async.c @@ -100,7 +100,6 @@ static void CALLBACK async_worker(TP_CALLBACK_INSTANCE *instance, void *ctx) cancel: async_empty_queue(queue); CoUninitialize(); - TRACE("cancelled.\n"); SetEvent(queue->ready); }
diff --git a/dlls/sapi/mmaudio.c b/dlls/sapi/mmaudio.c index 0369157acbc..5ec17ade0d4 100644 --- a/dlls/sapi/mmaudio.c +++ b/dlls/sapi/mmaudio.c @@ -442,7 +442,6 @@ static HRESULT WINAPI mmsysaudio_Write(ISpMMSysAudio *iface, const void *pv, ULO
EnterCriticalSection(&This->pending_cs); ++This->pending_buf_count; - TRACE("pending_buf_count = %Iu\n", This->pending_buf_count); LeaveCriticalSection(&This->pending_cs);
ResetEvent(This->event); @@ -569,7 +568,6 @@ static void free_out_buf_proc(struct async_task *task) LeaveCriticalSection(&fbt->audio->pending_cs); if (!buf_count) SetEvent(fbt->audio->event); - TRACE("pending_buf_count = %Iu.\n", buf_count); }
static void CALLBACK wave_out_proc(HWAVEOUT hwo, UINT msg, DWORD_PTR instance, DWORD_PTR param1, DWORD_PTR param2)