winnls32: Make winnls.dll into a stand-alone 16-bit module.
[wine] / dlls / winealsa.drv / mixer.c
2009-01-23  Michael Stefaniucwinealsa.drv: Remove superfluous pointer casts.
2008-07-11  Alexandre Julliardwinealsa: Fix some unsigned comparison < 0 warnings.
2008-06-26  Zac Brownwinealsa.drv: Initialize a variable in MIX_close.
2008-01-14  Dan Kegelwinealsa.drv: Don't return garbage if can't find active...
2007-12-24  Maarten Lankhorstwinealsa: Add special case for microphone source in...
2007-12-14  Maarten Lankhorstwinealsa: Add 'Front Mic' as alias for microphone.
2007-12-13  Maarten Lankhorstwinealsa: Don't require a cswitch control for capture.
2007-12-13  Maarten Lankhorstwinealsa: Add control 'Digital' as alias for microphone.
2007-10-29  Alexandre Julliardwinealsa.drv: Avoid the alsa alloca macros that cause...
2007-10-23  Michael Stefaniucwinealsa.drv: Leave the CriticalSection before destroyi...
2007-08-20  Maarten Lankhorstwinealsa: Report card name in volume control fixme.
2007-06-18  Vitaly Budovskiwinealsa: Fix incorrect callback private value.
2007-05-22  Andrew Talbotwinealsa.drv: Exclude unused headers.
2007-05-03  Maarten Lankhorstwinealsa: Improve sound mixer detection.
2007-04-30  Francois GougetAssorted spelling fixes.
2007-04-25  Michael Stefaniucwinealsa: Do not check for non-NULL before HeapFree...
2007-04-24  Maarten Lankhorstwinealsa: Implement Get/SetControlDetails in mixer.
2007-04-24  Maarten Lankhorstwinealsa: Implement GetLineControls in mixer.
2007-04-24  Maarten Lankhorstwinealsa: Implement mixer controls, and add GetLineInfo.
2007-04-24  Maarten Lankhorstwinealsa: Implement opening/closing and caps of device.
2007-04-24  Maarten Lankhorstwinealsa: Introduce mixer code.