1. 22 Jan, 2009 1 commit
  2. 04 Dec, 2008 1 commit
  3. 02 Dec, 2008 1 commit
  4. 25 Nov, 2008 1 commit
  5. 12 May, 2008 1 commit
  6. 26 Mar, 2008 1 commit
  7. 01 Oct, 2007 1 commit
  8. 27 Sep, 2007 1 commit
  9. 20 Aug, 2007 1 commit
  10. 27 Jul, 2007 1 commit
  11. 10 Jan, 2007 1 commit
  12. 07 Oct, 2006 1 commit
  13. 23 May, 2006 1 commit
  14. 03 Oct, 2005 1 commit
  15. 29 Jul, 2005 1 commit
  16. 03 Jul, 2005 1 commit
  17. 06 Jun, 2005 1 commit
  18. 24 Mar, 2005 1 commit
  19. 04 Mar, 2005 1 commit
  20. 02 Mar, 2005 1 commit
  21. 12 Jan, 2005 1 commit
  22. 23 Dec, 2004 1 commit
  23. 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
  24. 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