winealsa.drv: Correct the period_time value for pulseaudio.

This commit is contained in:
Reece Dunn 2008-11-30 18:56:57 +00:00 committed by Alexandre Julliard
parent 14485c365b
commit 7926eba0d5
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ static DWORD wodOpen(WORD wDevID, LPWAVEOPENDESC lpDesc, DWORD dwFlags)
snd_pcm_format_t format = -1; snd_pcm_format_t format = -1;
unsigned int rate; unsigned int rate;
unsigned int buffer_time = 120000; unsigned int buffer_time = 120000;
unsigned int period_time = 20000; unsigned int period_time = 22000;
snd_pcm_uframes_t buffer_size; snd_pcm_uframes_t buffer_size;
snd_pcm_uframes_t period_size; snd_pcm_uframes_t period_size;
int flags; int flags;