doc: Refer to seek parameter of pa_stream_write() in description of pa_stream_flush()
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Mon, 16 Dec 2013 13:18:14 +0000 (14:18 +0100)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Fri, 20 Dec 2013 10:49:04 +0000 (12:49 +0200)
pa_stream_write() has no delta parameter, but a seek parameter

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
src/pulse/stream.h

index a6785ec..e3f2d96 100644 (file)
@@ -652,7 +652,7 @@ pa_operation* pa_stream_cork(pa_stream *s, int b, pa_stream_success_cb_t cb, voi
 
 /** Flush the playback buffer of this stream. This discards any audio data
  * in the buffer.  Most of the time you're better off using the parameter
- * delta of pa_stream_write() instead of this function. Available on both
+ * \a seek of pa_stream_write() instead of this function. Available on both
  * playback and recording streams. */
 pa_operation* pa_stream_flush(pa_stream *s, pa_stream_success_cb_t cb, void *userdata);