summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/source.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-24 21:06:57 +0100
committerLennart Poettering <lennart@poettering.net>2009-03-24 21:06:57 +0100
commitaa92ff408c6a5fb6a4bd452aef1105eb70da9d0d (patch)
treed1f03463cd0582bfe2bd88aebd53f4cce67ce617 /src/pulsecore/source.h
parente6be9481dcf1d9c675aa8881b473189c6c50081d (diff)
simplify latency range by not allowing stored 'wildcard' ranges anymore
Diffstat (limited to 'src/pulsecore/source.h')
-rw-r--r--src/pulsecore/source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h
index 68bf2f06..862e1aa9 100644
--- a/src/pulsecore/source.h
+++ b/src/pulsecore/source.h
@@ -260,7 +260,7 @@ void pa_source_detach_within_thread(pa_source *s);
pa_usec_t pa_source_get_requested_latency_within_thread(pa_source *s);
void pa_source_set_max_rewind(pa_source *s, size_t max_rewind);
-void pa_source_update_latency_range(pa_source *s, pa_usec_t min_latency, pa_usec_t max_latency);
+void pa_source_set_latency_range_within_thread(pa_source *s, pa_usec_t min_latency, pa_usec_t max_latency);
/*** To be called exclusively by source output drivers, from IO context */