Split up audio.c into three separate .c files:
commit0e3c524f4cfd30580b9d2cdf4282621e3b4b1ce8
authorRobert Reif <reif@earthlink.net>
Tue, 26 Oct 2004 22:04:55 +0000 (26 22:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 26 Oct 2004 22:04:55 +0000 (26 22:04 +0000)
treec5c91dace1edefd415c7396e0afd2fec148a8556
parentd581777c8839342a343db2ad1acfe7ada462534d
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.
dlls/winmm/wineoss/Makefile.in
dlls/winmm/wineoss/audio.c
dlls/winmm/wineoss/audio.h [new file with mode: 0644]
dlls/winmm/wineoss/dscapture.c [new file with mode: 0644]
dlls/winmm/wineoss/dsrender.c [new file with mode: 0644]