On Fri, 2014-11-21 at 14:42 +0100, Georg Chini wrote: > This patch flushes the buffer when the sink input is detached > and discards data after attaching a sink input until the pop callback > is called for the first time, thus eliminating latency arising from > slow starting sinks and from streaming to the previous sink. > > ---- > > src/modules/module-loopback.c | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) Thanks for the patch! I don't think you used "git send-email" to generate the patch, however, since some of the lines are wrapped, and there are a couple of other non-standard details too. This means that "git am" isn't able to process the patch. Could you re-send using "git send-email"? We have instructions here: http://www.freedesktop.org/wiki/Software/PulseAudio/HowToUseGitSendEmail/ -- Tanu