Commit 14b765ac authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

mmdevapi: Fix exclusive test.

parent eee39b12
......@@ -878,6 +878,7 @@ static void test_clock(int share)
period = defp;
} else {
pwfx->wFormatTag = WAVE_FORMAT_PCM;
pwfx->nChannels = 2;
pwfx->cbSize = 0;
pwfx->wBitsPerSample = 16; /* no floating point */
pwfx->nBlockAlign = pwfx->nChannels * pwfx->wBitsPerSample / 8;
......
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