Added back commented code (latency change)

This commit is contained in:
Jaroslav Kysela 1999-12-08 21:58:27 +00:00
parent 9d8af2f147
commit 4ec59e7283

View File

@ -74,7 +74,7 @@ int setparams(snd_pcm_t *phandle, snd_pcm_t *chandle, int sync, int *queue)
params.start_mode = SND_PCM_START_GO;
params.stop_mode = SND_PCM_STOP_STOP;
params.time = 1;
// *queue += 16;
*queue += 16;
#if 0
params.buf.stream.fill = SND_PCM_FILL_SILENCE;
params.buf.stream.max_fill = 1024;