Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
authorOve Kaaven <ovek@transgaming.com>
Sat, 24 Jun 2000 12:55:33 +0000 (12:55 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 24 Jun 2000 12:55:33 +0000 (12:55 +0000)
commitfd92ebdb4cb5439e845fdea256dce4818cf28135
tree3ce9268ba5ad1132827b43ab27e76c61fcb83d71
parent849c9304810f60b4a6dea168ec1d64be350251d7
Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
driver, and winmm's interface for DirectSound to access it. It
requires the ability to mmap /dev/dsp, to trigger playback, and
sample-accurate position readouts. (If the soundcard's device driver
does not report these capabilities, wineoss will report the HAL as
unavailable and force DirectSound to use its HEL instead.)
dlls/winmm/lolvldrv.c
dlls/winmm/mmsystem.c
dlls/winmm/wineoss/audio.c