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

Andrew Eikum aeikum at codeweavers.com
Fri Sep 23 15:04:12 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.
---
 dlls/dsound/buffer.c         |  320 +++++------------------
 dlls/dsound/capture.c        |  247 ++++--------------
 dlls/dsound/dsound.c         |  115 ++++-----
 dlls/dsound/dsound_convert.c |    1 -
 dlls/dsound/dsound_main.c    |   73 +-----
 dlls/dsound/dsound_private.h |   76 +++++--
 dlls/dsound/duplex.c         |    1 -
 dlls/dsound/mixer.c          |   41 +---
 dlls/dsound/primary.c        |  572 +++++++++++++-----------------------------
 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, 422 insertions(+), 1466 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: 104239 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110923/4a03e497/attachment-0001.bin>


More information about the wine-patches mailing list