On Mon, 2013-12-16 at 14:18 +0100, Peter Meerwald wrote: > From: Peter Meerwald <p.meerwald at bct-electronic.com> > > patches 1 and 2 fix bugs in the documentation > patches 3 and 4 changes documentation to match the implementation > patch 5 enables pa_simple_flush() to be called on record streams > > Peter Meerwald (5): > doc: Fix reference to pa_threaded_mainloop > doc: Refer to seek parameter of pa_stream_write() in description of > pa_stream_flush() > doc: Document that pa_simple_get_latency() can be used on record > streams as well > doc: Document that pa_stream_flush() is applicable to playback and > record streams > simple: Enable pa_simple_flush() on record streams and amend > documentation > > src/pulse/mainloop-api.h | 2 +- > src/pulse/simple.c | 2 -- > src/pulse/simple.h | 13 +++++++------ > src/pulse/stream.h | 7 +++---- > 4 files changed, 11 insertions(+), 13 deletions(-) Thanks! I applied the patches. -- Tanu