Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespace cleanup | Christopher Faylor | 2001-12-10 | 1 | -10/+10 |
| | |||||
* | Eliminate excess whitespace. | Christopher Faylor | 2001-11-05 | 1 | -31/+31 |
| | |||||
* | * autoload.cc: Add winmm functions needed by fhandler_dsp.cc. | Christopher Faylor | 2001-04-16 | 1 | -0/+1287 |
* fhandler_dsp.cc: New file. Implements OSS like /dev/dsp. * include/sys/soundcard.h: New file. User land includes for OSS /dev/dsp. * fhandler.h: Add new class fhandler_dev_dsp and a FH_OSS_DSP definition. * dtable.cc (dtable::build_fhandler): Allow creation of the /dev/dsp device. * path.cc (windows_device_names): Add /dev/dsp into list of device names. * Makefile.in (DLL_OFILES): Add fhandler_dsp.o. |