mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
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:
parent
bc8b6eaf95
commit
95b64804ab
12 changed files with 746 additions and 675 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#include <pulse/util.h>
|
||||
#include <pulse/internal.h>
|
||||
|
||||
#include <pulsecore/sample-util.h>
|
||||
#include <pulsecore/mix.h>
|
||||
#include <pulsecore/core-subscribe.h>
|
||||
#include <pulsecore/log.h>
|
||||
#include <pulsecore/play-memblockq.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue