1. 12 Dec, 2008 1 commit
  2. 02 Dec, 2008 1 commit
  3. 16 Jan, 2008 1 commit
  4. 03 Jan, 2008 1 commit
  5. 01 Oct, 2007 1 commit
  6. 22 Jan, 2007 1 commit
  7. 10 Jan, 2007 1 commit
  8. 23 May, 2006 1 commit
  9. 30 May, 2005 1 commit
  10. 23 Feb, 2005 1 commit
  11. 06 Dec, 2004 1 commit
    • Alexandre Julliard's avatar
      Authors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip Navara <xnavara@volny.cz> · b4e49557
      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.
      b4e49557
  12. 26 Oct, 2004 1 commit
    • Robert Reif's avatar
      Split up audio.c into three separate .c files: · 0e3c524f
      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.
      0e3c524f