Module: wine Branch: master Commit: a7d6ed8ea65260f62f1762b05c496bee0944e6a1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a7d6ed8ea65260f62f1762b05c... Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com> Date: Wed Jun 13 17:05:49 2007 +0200 dsound: Simplify mixing by removing remixing support, and fix its waveout breakage. Based on a patch by Peter Dons Tychsen. --- dlls/dsound/buffer.c | 112 +++---- dlls/dsound/dsound_main.c | 9 +- dlls/dsound/dsound_private.h | 16 +- dlls/dsound/mixer.c | 809 +++++++++++++++--------------------------- dlls/dsound/primary.c | 71 +++- dlls/dsound/sound3d.c | 4 +- 6 files changed, 399 insertions(+), 622 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a7d6ed8ea65260f62f1762...