X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/fab254c41929c237130c693677a2eb4363cf08bc..b351e068179c25ab615916b792d9e23e0f21c6f7:/src/tests/sync-playback.c diff --git a/src/tests/sync-playback.c b/src/tests/sync-playback.c index 8eaa25fe..df1fa453 100644 --- a/src/tests/sync-playback.c +++ b/src/tests/sync-playback.c @@ -53,7 +53,7 @@ static const pa_sample_spec sample_spec = { static const pa_buffer_attr buffer_attr = { .maxlength = SAMPLE_HZ*sizeof(float)*NSTREAMS, /* exactly space for the entire play time */ .tlength = (uint32_t) -1, - .prebuf = 0, /* Setting prebuf to 0 guarantees us the the streams will run synchronously, no matter what */ + .prebuf = 0, /* Setting prebuf to 0 guarantees us the streams will run synchronously, no matter what */ .minreq = (uint32_t) -1, .fragsize = 0 };