Changeset 521 for GPL/trunk/lib32/ossidc.cpp
- Timestamp:
- Jul 21, 2010, 7:13:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/ossidc.cpp
r518 r521 162 162 FillCaps(i); 163 163 } 164 dprintf(("OSS32_Initialize: SUCCESS. Cards=%d", nrCardsDetected));164 rprintf(("OSS32_Initialize: SUCCESS. Cards=%d", nrCardsDetected)); 165 165 return OSSERR_SUCCESS; 166 166 } … … 173 173 OSSRET OSS32_Shutdown() 174 174 { 175 dprintf(("OSS32_Shutdown 1"));176 175 CallOSS16(IDC16_EXIT, 0, 0); 177 dprintf(("OSS32_Shutdown 2"));178 176 179 177 for(int i=0;i<nrCardsDetected;i++) { … … 181 179 } 182 180 183 dprintf(("OSS32_Shutdown 3"));184 181 call_module_exit(alsa_mpu401_uart_exit); 185 dprintf(("OSS32_Shutdown 4"));186 182 call_module_exit(alsa_opl3_seq_exit); 187 dprintf(("OSS32_Shutdown 5"));188 183 call_module_exit(alsa_opl3_exit); 189 dprintf(("OSS32_Shutdown 6"));190 184 call_module_exit(alsa_seq_exit); 191 dprintf(("OSS32_Shutdown 7"));192 185 call_module_exit(alsa_rawmidi_exit); 193 dprintf(("OSS32_Shutdown 8"));194 186 call_module_exit(alsa_timer_exit); 195 dprintf(("OSS32_Shutdown 9"));196 187 call_module_exit(alsa_hwdep_exit); 197 dprintf(("OSS32_Shutdown 10"));198 188 call_module_exit(alsa_pcm_exit); 199 dprintf(("OSS32_Shutdown 11"));200 189 call_module_exit(alsa_sound_exit); 201 dprintf(("OSS32_Shutdown 12"));202 190 203 191 return OSSERR_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.