Fix mixer detection for multiple sound cards.
[wine] / dlls / winmm / tests / capture.c
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-04-11  Robert ReifChanged regression test to make sure position is correc...
2004-11-03  Robert ReifDon't consider a MMSYSERR_NOTSUPPORTED failure a test...
2004-10-25  Robert ReifDon't consider no driver a test failure.
2004-10-18  Robert ReifDon't consider MMSYSERR_NOTSUPPORTED an error for wide...
2004-08-31  Francois GougetDon't include 'mmddk.h', it's not needed. The winmm...
2004-08-30  Robert ReifTest 32 bit float samples.
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-19  Robert ReifAdded 32 bit sample size tests and 4 and 6 channel...
2004-08-02  Francois GougetPlay back what has been recorded when in interactive...
2004-07-23  Robert ReifTest waveInGetDevCapsW.
2004-06-14  Robert ReifRemoved 11 bit sample size capture test because at...
2004-06-04  Robert ReifTreat WAVE_MAPPER as a real device and performs all...
2004-06-01  Robert ReifAdded another possible windows failure mode.
2004-05-27  Robert ReifAdded WAVE_MAPPED flag test.
2004-05-21  Robert ReifFixed a bug I introduced in waveInGetDevCapsA(WAVE_MAPP...
2004-05-20  Francois GougetSplit off the winmm capture test.