[pulseaudio-discuss] [PATCH 5/9] role-cork: prepare merge with role-ducking: move most code to stream-interaction.c

Tanu Kaskinen tanuk at iki.fi
Mon Mar 14 08:47:30 UTC 2016


On Thu, 2015-03-26 at 21:54 +0100, Georg Chini wrote:
> +#include <stream-interaction.h>

If we have foo.c and foo.h, the convention is to include "foo.h"
instead of <foo.h> from foo.c.

> +void pa_cork_done(pa_module *m) {

I'm used to init functions being defined before the destructor, so I
moved pa_cork_done below pa_cork_init.

With these changes, this patch is now in master.

-- 
Tanu


More information about the pulseaudio-discuss mailing list