From 73a6a169b22babc7e75e171a12559cb5b8407636 Mon Sep 17 00:00:00 2001 From: Peter Meerwald Date: Thu, 6 Mar 2014 10:31:32 +0100 Subject: [PATCH] doc: Fix pa_stream_set_latency_update_callback() documentation the latency_update callback is supported on playback AND record streams Signed-off-by: Peter Meerwald --- src/pulse/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulse/stream.h b/src/pulse/stream.h index 47e0c686..7ceb5698 100644 --- a/src/pulse/stream.h +++ b/src/pulse/stream.h @@ -628,7 +628,7 @@ void pa_stream_set_started_callback(pa_stream *p, pa_stream_notify_cb_t cb, void /** Set the callback function that is called whenever a latency * information update happens. Useful on PA_STREAM_AUTO_TIMING_UPDATE - * streams only. (Only for playback streams) */ + * streams only. */ void pa_stream_set_latency_update_callback(pa_stream *p, pa_stream_notify_cb_t cb, void *userdata); /** Set the callback function that is called whenever the stream is -- 2.39.2