1. 10 Jan, 2007 1 commit
  2. 07 Oct, 2006 1 commit
  3. 23 May, 2006 1 commit
  4. 03 Oct, 2005 1 commit
  5. 29 Jul, 2005 1 commit
  6. 03 Jul, 2005 1 commit
  7. 06 Jun, 2005 1 commit
  8. 24 Mar, 2005 1 commit
  9. 04 Mar, 2005 1 commit
  10. 02 Mar, 2005 1 commit
  11. 12 Jan, 2005 1 commit
  12. 23 Dec, 2004 1 commit
  13. 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
  14. 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