mmdevapi: Fix exclusive test.

This commit is contained in:
Maarten Lankhorst 2012-02-19 13:18:28 +01:00 committed by Alexandre Julliard
parent eee39b12ab
commit 14b765aca5
1 changed files with 1 additions and 0 deletions

View File

@ -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;