diff --git a/test/latency.c b/test/latency.c index baf4ad18..e0877a99 100644 --- a/test/latency.c +++ b/test/latency.c @@ -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;