core: Move pa_mix() into new file mix.c

idea is to allow optimized code path (similar to volume code)
and rework/specialize mixing cases to enable runtime performance improvements

no functionality changes in this patch

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
Peter Meerwald 2013-02-13 17:26:59 +01:00 committed by Tanu Kaskinen
parent bc8b6eaf95
commit 95b64804ab
12 changed files with 746 additions and 675 deletions

View file

@ -39,6 +39,7 @@
#include <pulsecore/rtpoll.h>
#include <pulsecore/sample-util.h>
#include <pulsecore/ltdl-helper.h>
#include <pulsecore/mix.h>
#include "module-virtual-source-symdef.h"