source: cmedia/trunk/Drv16/logmsg.tsf@ 354

Last change on this file since 354 was 354, checked in by stevenhl, 17 years ago

Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.

File size: 9.1 KB
Line 
1MODNAME=c:\mmos2\cmpci16.sys
2MAJOR=255
3trace tp=@static, minor=1
4 desc="MIDISTREAM_SysCommon"
5 fmt="System Common status %b data %b %b"
6trace tp=@static, minor=2
7 desc="MIDISTREAM_PPQN"
8 fmt="Sysex: PPQN scalar %w yields %d uSec PPQN time interval"
9trace tp=@static, minor=3
10 desc="MIDISTREAM_TempoValue"
11 fmt="Sysex: Tempo value %d yields %d uSec PPQN time interval"
12trace tp=@static, minor=4
13 desc="MIDISTREAM_TimeCompressionS"
14 fmt="Time compression short (uSec) %d"
15trace tp=@static, minor=5
16 desc="MIDISTREAM_TimeCompressionL"
17 fmt="Time compression long (uSec) %d"
18trace tp=@static, minor=6
19 desc="MIDISTREAM_SysXIgnored"
20 fmt="IBM Sysex ignored, 1st bytes following signature %b %b"
21trace tp=@static, minor=7
22 desc="MIDISTREAM_SystemRT"
23 fmt="System Real Time %b"
24trace tp=@static, minor=8
25 desc="MIDISTREAM_NoteOff"
26 fmt="Note Off, channel %b note %b"
27trace tp=@static, minor=9
28 desc="MIDISTREAM_NoteOn"
29 fmt="Note On, channel %b note %b"
30trace tp=@static, minor=10
31 desc="MIDISTREAM_ChannelPressure"
32 fmt="Channel Pressure, channel %b data %b"
33trace tp=@static, minor=11
34 desc="MIDISTREAM_ProgramChange"
35 fmt="Program Change, channel %b data %b"
36trace tp=@static, minor=12
37 desc="MIDISTREAM_Control"
38 fmt="Control Change, channel %b data %b %b"
39trace tp=@static, minor=13
40 desc="MIDISTREAM_Polyphonic"
41 fmt="Polyphonic Key Pressure, channel %b data %b %b"
42trace tp=@static, minor=14
43 desc="MIDISTREAM_PitchBend"
44 fmt="Pitch Bend, channel %b data %b %b"
45trace tp=@static, minor=16
46 desc="PerfTrace_Entry"
47 fmt="%q"
48trace tp=@static, minor=17
49 desc="PerfTrace_Exit"
50 fmt="%q"
51trace tp=@static, minor=18
52 desc="BinLogTest_SS"
53 fmt="%w %w"
54trace tp=@static, minor=19
55 desc="Audiobuf_WRB"
56 fmt="AudioBuffer Wr Dest %d Src %d Cnt %d"
57trace tp=@static, minor=20
58 desc="Audiobuf_RDB"
59 fmt="AudioBuffer Rd Dest %d Src %d Cnt %d"
60trace tp=@static, minor=21
61 desc="Audiobuf_FILL"
62 fmt="AudioBuffer Fl %d Cnt %w Dat %w"
63trace tp=@static, minor=22
64 desc="Audiobuf_UPB"
65 fmt="Update AudioBuffer Delta Count %d"
66trace tp=@static, minor=23
67 desc="Audiobuf_Status"
68 fmt="AudioBuffer Status RdWr %d Con/Pru %d "
69trace tp=@static, minor=24
70 desc="DDCMD_Setup"
71 fmt="DDCMD Setup Time %d"
72trace tp=@static, minor=25
73 desc="DDCMD_Read"
74 fmt="DDCMD Read %d Sz %d"
75trace tp=@static, minor=26
76 desc="DDCMD_Write"
77 fmt="DDCMD Write %d Sz %d"
78trace tp=@static, minor=27
79 desc="DDCMD_Status"
80 fmt="DDCMD Status"
81trace tp=@static, minor=28
82 desc="DDCMD_EnableEvent"
83 fmt="DDCMD Enable Event %d Time: %d Type %d Flags %d Pop %d"
84trace tp=@static, minor=29
85 desc="DDCMD_EnableEvent_Update"
86 fmt="DDCMD UpDate Event %d Time: %d Type %d Flags %d Pop %d"
87trace tp=@static, minor=30
88 desc="DDCMD_DisableEvent"
89 fmt="DDCMD Disable Event %d"
90trace tp=@static, minor=31
91 desc="DDCMD_PauseStreamTime"
92 fmt="DDCMD PauseStreamTime"
93trace tp=@static, minor=32
94 desc="DDCMD_ResumeStreamTime"
95 fmt="DDCMD ResumeStreamTime"
96trace tp=@static, minor=33
97 desc="DDCMD_Register"
98 fmt="DDCMD Register Stream %d SysFileNum %d"
99trace tp=@static, minor=34
100 desc="DDCMD_DeRegister"
101 fmt="DDCMD DeRegister Stream %d"
102trace tp=@static, minor=35
103 desc="DDCMD_Returnbuffer"
104 fmt="Buffer Returned %d"
105trace tp=@static, minor=36
106 desc="DDCMD_Wave_Start"
107 fmt="Starting Wave Stream %d"
108trace tp=@static, minor=37
109 desc="DDCMD_Wave_Stop"
110 fmt="Stopping Wave Stream %d"
111trace tp=@static, minor=38
112 desc="DDCMD_Wave_Pause"
113 fmt="Paws Wave Stream %d"
114trace tp=@static, minor=39
115 desc="DDCMD_Wave_Resume"
116 fmt="Resume Wave Stream %d"
117trace tp=@static, minor=40
118 desc="DDCMD_Midi_Start"
119 fmt="Starting Midi Stream %d"
120trace tp=@static, minor=41
121 desc="DDCMD_Midi_Stop"
122 fmt="Stopping Midi Stream %d"
123trace tp=@static, minor=42
124 desc="DDCMD_Midi_Pause"
125 fmt="Paws Midi Stream %d"
126trace tp=@static, minor=43
127 desc="DDCMD_Midi_Resume"
128 fmt="Resume Midi Stream %d"
129trace tp=@static, minor=44
130 desc="Wave_ConfigHardware"
131 fmt="Config Wave Hardware Clock %w Fmt %w Count %w"
132trace tp=@static, minor=45
133 desc="Wave_Play_ISR_Enter"
134 fmt="Wave Play ISR Entered"
135trace tp=@static, minor=46
136 desc="Wave_Play_ISR_Exit"
137 fmt="Wave Play ISR Exit"
138trace tp=@static, minor=47
139 desc="Wave_Play_ISR_NoServ"
140 fmt="Wave Play ISR No Stream Active"
141trace tp=@static, minor=48
142 desc="Wave_Play_NOT_MY_ISR"
143 fmt="Wave Play ISR Called %w"
144trace tp=@static, minor=49
145 desc="Wave_Capture_ISR_Enter"
146 fmt="Wave Capture ISR Entered"
147trace tp=@static, minor=50
148 desc="Wave_Capture_ISR_Exit"
149 fmt="Wave Capture ISR Exit"
150trace tp=@static, minor=51
151 desc="Wave_Capture_ISR_NoServ"
152 fmt="Wave Capture ISR No Stream Active"
153trace tp=@static, minor=52
154 desc="Wave_Capture_NOT_MY_ISR"
155 fmt="Wave Capture ISR Called %w"
156trace tp=@static, minor=53
157 desc="STRATEGY_ENTRY_OPEN"
158 fmt="Strategy Open SysFileNum %w"
159trace tp=@static, minor=54
160 desc="STRATEGY_ENTRY_OPEN_BUSY"
161 fmt="Strategy Open Err Device Busy SysFileNum %w"
162trace tp=@static, minor=55
163 desc="STRATEGY_ENTRY_CLOSE"
164 fmt="Strategy Close SysFileNum %w"
165trace tp=@static, minor=56
166 desc="IOCTL_STATUS"
167 fmt="Ioctl Status %w"
168trace tp=@static, minor=57
169 desc="AUDIO_IOCTL_INIT"
170 fmt="Audio Init Mode Mode:%w SysFileNum:%w"
171trace tp=@static, minor=58
172 desc="AUDIO_IOCTL_CONTROL"
173 fmt="Audio IOCTL Control"
174trace tp=@static, minor=59
175 desc="AUDIO_IOCTL_CAPABILITY"
176 fmt="Audio IOCTL Caps DataType: %d SysFileNum:%w"
177trace tp=@static, minor=60
178 desc="AUDIO_IOCTL_BAD_FUNC"
179 fmt="Audio IOCTL BAD Function: %w"
180trace tp=@static, minor=61
181 desc="AUDIO_IOCTL_BAD_CATAGORY"
182 fmt="Audio IOCTL BAD Catagory: %w"
183trace tp=@static, minor=62
184 desc="MIXER_IOCTL_GETCONNECTIONS"
185 fmt="MixGetConnections Line:%d Connections:%d"
186trace tp=@static, minor=63
187 desc="MIXER_IOCTL_GETCONNECTIONS_ERR1"
188 fmt="MixGetConnections Bad Line%d"
189trace tp=@static, minor=64
190 desc="MIXER_IOCTL_GETCONNECTIONS_ERR2"
191 fmt="MixGetConnections Bad RC from Query:%w Line%d"
192trace tp=@static, minor=65
193 desc="MIXER_IOCTL_SETCONNECTIONS"
194 fmt="MixSetConnections Line:%d Connection:%d"
195trace tp=@static, minor=66
196 desc="MIXER_IOCTL_SETCONNECTIONS_ERR1"
197 fmt="MixSetConnections Disc Bad Rc Line:%d"
198trace tp=@static, minor=67
199 desc="MIXER_IOCTL_SETCONNECTIONS_ERR2"
200 fmt="MixSetConnections Bad GetLineIndex Rc Line:%d"
201trace tp=@static, minor=68
202 desc="MIXER_IOCTL_SETCONNECTIONS_ERR3"
203 fmt="MixSetConnections Bad Connection Value:%d"
204trace tp=@static, minor=69
205 desc="MIXER_IOCTL_SETCONNECTIONS_ERR4"
206 fmt="MixSetConnections Bad Connect RC Line:%d Connection:%d"
207trace tp=@static, minor=70
208 desc="MIXER_IOCTL_GETLINEINFO"
209 fmt="MixGetLineInfo Line:%d Chn:%d Cont:%d Con:%d"
210trace tp=@static, minor=71
211 desc="MIXER_IOCTL_GETLINEINFO_ERR1"
212 fmt="MixGetLineInfo Bad Line :%d"
213trace tp=@static, minor=72
214 desc="MIXER_IOCTL_GETLINEINFO_ERR2"
215 fmt="MixGetLineInfo Bad QueryInfo RC Line: %d"
216trace tp=@static, minor=73
217 desc="MIXER_IOCTL_GETCONTROL"
218 fmt="MixGetControl Line:%d Control:%d Value:%d"
219trace tp=@static, minor=74
220 desc="MIXER_IOCTL_GETCONTROL_ERR1"
221 fmt="MixGetControl Bad Line:%d"
222trace tp=@static, minor=75
223 desc="MIXER_IOCTL_GETCONTROL_ERR2"
224 fmt="MixGetControl Bad QueryControl RC Line:%d Control:%d"
225trace tp=@static, minor=76
226 desc="MIXER_IOCTL_SETCONTROL"
227 fmt="MixSetControl Line:%d Control:%d Setting:%d"
228trace tp=@static, minor=77
229 desc="MIXER_IOCTL_SETCONTROL_ERR1"
230 fmt="MixSetControl Bad Line:%d"
231trace tp=@static, minor=78
232 desc="MIXER_IOCTL_SETCONTROL_ERR2"
233 fmt="MixSetControl Bad SetControl RC Line:%d Control:%d"
234trace tp=@static, minor=79
235 desc="STREAM_DESTROY_INPROCESS"
236 fmt="Destroying Stream Killing Buffers on In Process Queue"
237trace tp=@static, minor=80
238 desc="STREAM_DESTROY_DONE"
239 fmt="Destroying Stream Killing Buffers on In Done Queue"
240trace tp=@static, minor=81
241 desc="STREAM_DESTROY_EVENTS"
242 fmt="Destroying Stream Killing Events"
243trace tp=@static, minor=82
244 desc="EVENT_RETURNED"
245 fmt="Returning Event %d Time %d"
246trace tp=@static, minor=83
247 desc="MIX_DEV_ERR1"
248 fmt="MixDevConnect No Connect Entry Source:%w Sink:%w"
249trace tp=@static, minor=84
250 desc="MIX_DEV_ERR2"
251 fmt="MixDevControl No Control Entry Line:%w Control:%w"
252trace tp=@static, minor=85
253 desc="MIX_DEV_ERR3"
254 fmt="DoIntAdjOp Bad Value %d"
255trace tp=@static, minor=86
256 desc="MIX_DEV_MSG1"
257 fmt="DoIntAdjOp Reg Adjust Reg1:%w Data:%w"
258trace tp=@static, minor=87
259 desc="MIX_DEV_MSG2"
260 fmt="DoIntBoolOp Bool Reg1:%w Data:%w"
Note: See TracBrowser for help on using the repository browser.