Synchronize with trunk r58457.
[reactos.git] / drivers / wdm / audio / drivers / CMIDriver / CHANGELOG.txt
1 1.1.3:
2 - power management fixes for Vista
3 - user friendly default values
4 - mixer settings are restored after hibernation/sleep
5
6 1.1.2:
7 - implementation for power management stuff (hibernation, standby etc)
8
9 1.1.1:
10 - minor fix of the DataRangeIntersection() handler for Vista
11 - support for Phillips PSC60x cards
12
13 1.1.0:
14 - uninstaller for the control panel applet / cmicontrol.exe
15 - some minor GUI improvements
16 - SPDIF-In recording mode now engagable only in the control panel applet
17
18 1.0.9:
19 - command line options for cmicontrol.exe
20 - pause bug fixed (thanks, max)
21 - SPDIF-In recording fixed (bitperfect!)
22 - all settings are now saved when you press "Apply" in the window of the control panel applet
23
24 1.0.8:
25 - resource allocation bug fixed (thanks, teemue)
26
27 1.0.7:
28 - two major bugs fixed (thanks, Any2)
29 - new feature: format selection
30
31 1.0.6:
32 - prevent WaveRT driver from loading (and crashing) on XP/2k
33 - another UART fix - driver will now load on systems on which the i/o ports 0x300-0x330 can't be assigned
34
35 1.0.5:
36 - recording format validation fixed (thanks, Any2)
37 - UART miniport installation failure non-critical anymore (thanks, Tom)
38
39 1.0.4:
40 - installer for XP x64 fixed
41 - MPU401 for 64 bit systems fixed
42
43 1.0.3:
44 - 100% CPU usage bug fixed
45
46 1.0.2:
47 - new feature: UART/MPU-401
48 - even more inf bugfixes
49 - line-in mute control was mono - fixed (thanks, Egor)
50 - playback mute switch was toggled - fixed (thanks, DualIP)
51 - installer can delete cmedia 'Run' registry entries
52
53 1.0.1:
54 - some installer fixes
55 - inf fix for 64bit WaveRT drivers (thanks, jeffrey)
56 - inf fix for Terratec Aureon and other cards (thanks, alex)
57 - some other minor inf fixes
58
59 1.0.0:
60 - installer application
61 - minor issue with the control panel and Vista fixed
62 - small fix for control panel applet: subwoofer test signal was incorrectly sent to center (thanks, DualIP)
63 - KSPROPERTY_GENERAL_COMPONENTID handler fixed
64
65 0.9.9:
66 - major inf bugfixes
67 - control panel (cmicontrol.exe, cpl)
68 - dummy master mute control (for support of legacy software)
69 - lots of other minor bugfixes
70 - KNOWN ISSUE: center/sub and BL/BR swapped in 5.1 mode - there isn't a trivial solution for this
71
72 0.9.8:
73 - fixed some AC3 issues under XP
74 - fixed w2k compatibility (thanks, egor)
75
76 0.9.7:
77 - fixed multi-channel stuff for 2k/XP (thanks, cmediafl)
78 - 96kHz spdif output support for Vista
79
80 0.9.6:
81 - WaveRT implementation for Vista - very fast, low latency recording and playback possible
82 - APO ('Enhancements') support for Vista - I have no idea why this works only on the SPDIF interface.
83 If you know why this is happening or why the XP mixer tries to render the AC3 pin, please drop me a line.
84
85 0.9.5:
86 - recording support for Windows Vista
87 - selection of spdif-in suppported
88 - recording mixer fix for XP
89
90 0.9.4a:
91 - .inf fix for the 64bit version (thanks, martin)
92
93 0.9.4:
94 - mixer settings and channel config saved and restored
95 - option for disabling the s/pdif output
96 - s/pdif and multi channel audio support for Windows Vista
97 - some small fixes
98
99 0.9.3:
100 - bug fixes for multi channel audio
101 - several other minor fixes