]> code.delx.au - pulseaudio/commit
core: Move pa_mix() into new file mix.c
authorPeter Meerwald <pmeerw@pmeerw.net>
Wed, 13 Feb 2013 16:26:59 +0000 (17:26 +0100)
committerTanu Kaskinen <tanuk@iki.fi>
Fri, 15 Feb 2013 19:33:07 +0000 (21:33 +0200)
commit95b64804ab9d21c6807c25eb3f03afd6bfd35cb6
tree98a92ee0d06f87f477784b5aa50c705f1cffdacb
parentbc8b6eaf95c0b1343194b273ae2f75a6aaca6add
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>
12 files changed:
src/Makefile.am
src/modules/module-virtual-source.c
src/pulsecore/mix.c [new file with mode: 0644]
src/pulsecore/mix.h [new file with mode: 0644]
src/pulsecore/sample-util.c
src/pulsecore/sample-util.h
src/pulsecore/sink-input.c
src/pulsecore/sink.c
src/pulsecore/sound-file-stream.c
src/pulsecore/source-output.c
src/pulsecore/source.c
src/tests/mix-test.c