Split off the winmm capture test.
[wine] / dlls / winmm / winealsa /
2004-05-11  Robert ReifAdd an interface name to wineoss, winealsa, winearts...
2004-05-05  James Courtier-DuttonUpdated to the new alsa api.
2004-04-29  Robert ReifForgot to limit capture sample rates.
2004-04-28  Ove KaavenFixed a couple of bugs.
2004-04-27  Robert ReifRestore the 2 MHz sample rate test and fix the winealsa...
2004-04-26  Francois GougetMake sure the 'alsa handle' is initialized to NULL...
2004-04-26  Francois GougetWe only support 8 and 16 bit sound so we should reject...
2004-04-19  Ove KaavenAdded detection of 48kHz and 96kHz support. Fixed a...
2004-04-19  Ove KaavenCode and concepts merged in from wineoss in order to...
2004-03-31  Felix NawothnigDon't free ALSA device string when the device is closed...
2004-03-29  Sylvain PetreolleFixed error reporting.
2004-03-27  Mike HearnAllow configuration of output devices to use and change...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-02-19  Christian CostaReplaced the timer and its callback by a thread for...
2004-02-13  Robert ReifUse pipe sync code from wineoss.
2004-02-13  Robert ReifDon't need primary lock. Fixes error in dsound tests...
2004-02-05  Christian CostaAdded missing notifications to MIDI_NotifyClient.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-13  Christian CostaAdded Midi IN support.
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...