mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Fix two comment typos.
This commit is contained in:
parent
a823fae3e5
commit
8840ebf9c3
2 changed files with 2 additions and 2 deletions
|
|
@ -173,7 +173,7 @@ static void process_render(struct userdata *u, pa_usec_t now) {
|
||||||
|
|
||||||
/* This is the configured latency. Sink inputs connected to us
|
/* This is the configured latency. Sink inputs connected to us
|
||||||
might not have a single frame more than the maxrequest value
|
might not have a single frame more than the maxrequest value
|
||||||
queed. Hence: at maximum read this many bytes from the sink
|
queued. Hence: at maximum read this many bytes from the sink
|
||||||
inputs. */
|
inputs. */
|
||||||
|
|
||||||
/* Fill the buffer up the the latency size */
|
/* Fill the buffer up the the latency size */
|
||||||
|
|
|
||||||
|
|
@ -1653,7 +1653,7 @@ pa_operation * pa_stream_drain(pa_stream *s, pa_stream_success_cb_t cb, void *us
|
||||||
pa_pstream_send_tagstruct(s->context->pstream, t);
|
pa_pstream_send_tagstruct(s->context->pstream, t);
|
||||||
pa_pdispatch_register_reply(s->context->pdispatch, tag, DEFAULT_TIMEOUT, pa_stream_simple_ack_callback, pa_operation_ref(o), (pa_free_cb_t) pa_operation_unref);
|
pa_pdispatch_register_reply(s->context->pdispatch, tag, DEFAULT_TIMEOUT, pa_stream_simple_ack_callback, pa_operation_ref(o), (pa_free_cb_t) pa_operation_unref);
|
||||||
|
|
||||||
/* This might cause the read index to conitnue again, hence
|
/* This might cause the read index to continue again, hence
|
||||||
* let's request a timing update */
|
* let's request a timing update */
|
||||||
request_auto_timing_update(s, TRUE);
|
request_auto_timing_update(s, TRUE);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue