- implemented TIME_KILL_SYCHRONOUS timer flags
[wine] / dlls / winmm / winealsa /
2004-01-02  Christian CostaFix compilation issue with ALSA 0.5.
2003-12-15  Christian CostaExported widMessage function.
2003-12-12  Jeremy ShawMove the data around when the ring buffer is resized...
2003-12-11  Christian CostaAdded WaveIn support.
2003-12-08  Christian CostaFirst enumerate all internal devices and then external...
2003-12-04  Alexandre JulliardDefine ALSA_PCM_OLD_* symbols for compatibility with...
2003-11-12  Christian CostaAlsa midi fixes.
2003-10-28  Robert ReifAdded support for getting the wave device name.
2003-10-27  Robert ReifFix SMPTE time.
2003-10-14  Oleg ProkhorovSmall fix in sound flushing code.
2003-10-14  Daniel MarmierALSA_WaveInit: repaired device name.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-22  Robert ReifVolume and Pan driver requests need to return success...
2003-09-22  Oleg ProkhorovImplemented sound flushing.
2003-09-17  Oleg ProkhorovAvoid crash if invalid rate was specified.
2003-09-17  Alexandre JulliardAvoid linking error with older alsa libs.
2003-09-16  Pavel RoskinMoved WINE_DEFAULT_DEBUG_CHANNEL outside of the #ifdef.
2003-09-15  Christian CostaAdded midi support to the ALSA driver.
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-29  Marco PietrobonoUse alsa/asoundlib.h instead of sys/asoundlib.h if...
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-08  Eric PouechFixed a few compilation warnings.
2002-07-03  Eric PouechFixed some more configuration issues.
2002-07-02  Alexandre JulliardFixed warnings.
2002-06-28  Alexandre JulliardAdded some ALSA configure checks.
2002-06-28  Eric PouechCreated an ALSA driver (with the help of David Hammerto...