ChangeSet ID: 9324 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/15 15:08:05
Modified files: dlls/winmm/wineoss: audio.c dlls/dsound : propset.c primary.c dsound_main.c capture.c buffer.c
Log message: Robert Reif reif@earthlink.net Device enumeration callbacks should return a NULL guid for default devices. Fixed some volume and pan cases. Added missing property set. Fixed capture notification bug.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9324
Old revision New revision Changes Path 1.94 1.95 +2 -1 wine/dlls/winmm/wineoss/audio.c 1.13 1.14 +116 -2 wine/dlls/dsound/propset.c 1.17 1.18 +51 -4 wine/dlls/dsound/primary.c 1.90 1.91 +2 -2 wine/dlls/dsound/dsound_main.c 1.15 1.16 +3 -3 wine/dlls/dsound/capture.c 1.17 1.18 +12 -4 wine/dlls/dsound/buffer.c