[PATCH 4/9 (try2)] dsound: Remove hardware acceleration support

Andrew Eikum aeikum at codeweavers.com
Sat Sep 24 09:02:52 CDT 2011


This merges <include/dsdriver.h> into dsound_private.h, since some of
those structures are still used in the code. They should eventually be
merged into the objects themselves, but I wanted a little impact as
possible.
---

try2: Dan found some build errors. Since the first patch will get stuck in
the moderation queue again, I'm just resending the affected patches. Sorry,
buildbot.

 dlls/dsound/buffer.c         |  320 ++++++-------------------
 dlls/dsound/capture.c        |  249 ++++---------------
 dlls/dsound/dsound.c         |  116 ++++-----
 dlls/dsound/dsound_convert.c |    1 -
 dlls/dsound/dsound_main.c    |   60 ++----
 dlls/dsound/dsound_private.h |   75 +++++--
 dlls/dsound/duplex.c         |    1 -
 dlls/dsound/mixer.c          |   41 +---
 dlls/dsound/primary.c        |  558 ++++++++++++-----------------------------
 dlls/dsound/propset.c        |    5 +-
 dlls/dsound/sound3d.c        |    1 -
 dlls/winealsa.drv/midi.c     |    1 -
 dlls/winealsa.drv/mmdevdrv.c |    1 -
 dlls/winmm/waveform.c        |   68 -----
 include/dsdriver.h           |  366 ---------------------------
 15 files changed, 418 insertions(+), 1445 deletions(-)
 delete mode 100644 include/dsdriver.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-dsound-Remove-hardware-acceleration-support.patch
Type: text/x-patch
Size: 103626 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110924/1f0f65a9/attachment-0001.bin>


More information about the wine-patches mailing list