mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
fix typo: satisifed -> satisfied
This commit is contained in:
parent
12f3435025
commit
279d7197d9
1 changed files with 2 additions and 2 deletions
|
|
@ -456,7 +456,7 @@ static void fix_record_buffer_attr_pre(record_stream *s) {
|
||||||
* guarantee it. */
|
* guarantee it. */
|
||||||
|
|
||||||
if (fragsize_usec != s->configured_source_latency)
|
if (fragsize_usec != s->configured_source_latency)
|
||||||
pa_log_debug("Could not configure a sufficiently low latency. Early requests might not be satisifed.");
|
pa_log_debug("Could not configure a sufficiently low latency. Early requests might not be satisfied.");
|
||||||
|
|
||||||
} else if (s->adjust_latency) {
|
} else if (s->adjust_latency) {
|
||||||
|
|
||||||
|
|
@ -888,7 +888,7 @@ static void fix_playback_buffer_attr(playback_stream *s) {
|
||||||
* guarantee it. */
|
* guarantee it. */
|
||||||
|
|
||||||
if (minreq_usec != s->configured_sink_latency)
|
if (minreq_usec != s->configured_sink_latency)
|
||||||
pa_log_debug("Could not configure a sufficiently low latency. Early requests might not be satisifed.");
|
pa_log_debug("Could not configure a sufficiently low latency. Early requests might not be satisfied.");
|
||||||
|
|
||||||
} else if (s->adjust_latency) {
|
} else if (s->adjust_latency) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue