ChangeSet ID: 14331 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/26 17:04:55
Modified files: dlls/winmm/wineoss: audio.c Makefile.in Added files: dlls/winmm/wineoss: dsrender.c dscapture.c audio.h
Log message: Robert Reif reif@earthlink.net Split up audio.c into three separate .c files: audio.c: OSS functions and waveIn and waveOut driver functions. dscapture.c: direct sound capture driver implementation. dsrender.c: direct sound renderer driver implementation.
Patch: http://cvs.winehq.org/patch.py?id=14331
Old revision New revision Changes Path 1.148 1.149 +206 -2073 wine/dlls/winmm/wineoss/audio.c 1.16 1.17 +2 -0 wine/dlls/winmm/wineoss/Makefile.in Added 1.1 +0 -0 wine/dlls/winmm/wineoss/dsrender.c Added 1.1 +0 -0 wine/dlls/winmm/wineoss/dscapture.c Added 1.1 +0 -0 wine/dlls/winmm/wineoss/audio.h