- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 08 May, 2006 1 commit
-
-
Robert Reif authored
Don't list volume in capabilities when mixer is missing.
-
- 27 Jan, 2006 1 commit
-
-
Eric Pouech authored
Fixed a couple of potential fd leaks.
-
- 08 Dec, 2005 1 commit
-
-
Robert Reif authored
- Fix device probing at driver load time. - Fix memory leaks at driver exit time.
-
- 21 Nov, 2005 1 commit
-
-
Rein Klazes authored
continuing with even higher channels numbers.
-
- 03 Oct, 2005 1 commit
-
-
Vitaliy Margolen authored
-
- 09 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
section.
-
- 03 Jul, 2005 1 commit
-
-
Vitaliy Margolen authored
-
- 30 May, 2005 1 commit
-
-
Robert Reif authored
-
- 29 May, 2005 1 commit
-
-
Robert Reif authored
Add better error messages.
-
- 14 May, 2005 1 commit
-
-
Mike McCormack authored
-
- 18 Apr, 2005 1 commit
-
-
Peter Berg Larsen authored
-
- 17 Mar, 2005 1 commit
-
-
Robert Reif authored
-
- 04 Mar, 2005 1 commit
-
-
Steven Edwards authored
-
- 02 Mar, 2005 2 commits
-
-
Francois Gouget authored
-
Jeremy White authored
be enabled.
-
- 23 Feb, 2005 3 commits
-
-
Jeremy White authored
-
Jeremy White authored
instead of 0:0:5.0 [the last column only goes to 29]).
-
Jeremy White authored
we should use the SND_DSP_POST ioctl to let the sound card know to flush those fragments. This allows us to precisely know when the buffer is empty, and fixes another set of winmm tests.
-
- 28 Jan, 2005 1 commit
-
-
Robert Reif authored
uses. Nameless struct fix for dsound/propset.c to compile on both windows and wine.
-
- 20 Dec, 2004 1 commit
-
-
Robert Reif authored
-
- 06 Dec, 2004 1 commit
-
-
Alexandre Julliard authored
32 bit low level drivers now use a Unicode interface (used to be ANSI): - Send the *_GETDEVCAPS messages in unicode format from the *GetDevCapsW function and call the *GetDevCapsW from their respective Ansi versions. - Modify all low level drivers to correctly process the *_GETDEVCAPS messages as unicode. - *_GETDEVCAPS messages are now mapped from/to unicode for 16 bit code. - Removed all SoundBlaster naming oldies. Better use of some unicode functions (instead of Ansi) in winmm.
-
- 26 Oct, 2004 1 commit
-
-
Robert Reif authored
audio.c: OSS functions and waveIn and waveOut driver functions. dscapture.c: direct sound capture driver implementation. dsrender.c: direct sound renderer driver implementation.
-
- 08 Sep, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 01 Sep, 2004 1 commit
-
-
Francois Gouget authored
-
- 23 Aug, 2004 1 commit
-
-
Alexandre Julliard authored
macro.
-
- 20 Aug, 2004 1 commit
-
-
Robert Reif authored
dsound.dll (like in 2k/xp).
-
- 19 Aug, 2004 2 commits
-
-
John K. Hohm authored
HardwareAcceleration in [dsound] section of config file.
-
Robert Reif authored
-
- 18 Aug, 2004 1 commit
-
-
Robert Reif authored
add duplex caps and return them when necessary. Clean up event message printing.
-
- 16 Aug, 2004 1 commit
-
-
Robert Reif authored
-
- 13 Aug, 2004 1 commit
-
-
Robert Reif authored
-
- 12 Aug, 2004 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 04 Aug, 2004 1 commit
-
-
Robert Reif authored
-
- 23 Jul, 2004 1 commit
-
-
Francois Gouget authored
the requested MMTIME format. This function should be identical in all drivers. Remove the corresponding code from wodGetPosition() and widGetPosition() and use bytes_to_mmtime() instead. bytes_to_mmtime() uses no floating-point arithmetic to compute TIME_SMPTE and no longer uses round(). It should have no integer overflows either.
-
- 19 Jul, 2004 1 commit
-
-
Francois Gouget authored
Fixes the corresponding winmm conformance test.
-
- 14 Jul, 2004 1 commit
-
-
Francois Gouget authored
since the OSS specifications say we have to call it before knowing if the sound card is full-duplex capable.
-
- 06 Jul, 2004 1 commit
-
-
Robert Reif authored
GetCaps. Change OSS driver to report certified. Change OSS driver to show message name rather than number in traces.
-
- 16 Jun, 2004 1 commit
-
-
Francois Gouget authored
-