Fixed header dependencies to be fully compatible with the Windows
[wine] / dlls / winmm / winealsa / audio.c
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Robert ReifUse the drivers to get device capabilities and property...
2003-08-20   <wine@frotz.org>Fix parameter to snd_pcm_sw_params_set_silence_size().
2003-06-04  Robert ReifAdded a dynamically growing ring buffer for oss, alsa...
2003-04-27  Alexandre JulliardMake sure that snd_pcm_open returned a valid handle...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-28  Alexandre JulliardAvoid crash if snd_pcm_open fails.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2002-12-13  Nikolay StefanovFix issues with i810-based audio cards.
2002-10-25  Andreas Mohr- fix some pselling
2002-10-19  Alexandre JulliardRemoved DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-07-03  Eric PouechFixed some more configuration issues.
2002-07-02  Alexandre JulliardFixed warnings.
2002-06-28  Eric PouechCreated an ALSA driver (with the help of David Hammerto...