Changeset 519 for GPL/branches/uniaud32-2.1.x/lib32/ossidc.cpp
- Timestamp:
- Jul 20, 2010, 5:52:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/lib32/ossidc.cpp
r517 r519 109 109 110 110 if(DevSetTimer(TimerHandler16) != 0) { 111 dprintf(("DevSetTimer failed!!"));111 rprintf(("DevSetTimer failed!!")); 112 112 DebugInt3(); 113 113 return OSSERR_INIT_FAILED; … … 165 165 return OSSERR_SUCCESS; 166 166 } 167 dprintf(("OSS32_Initialize. FAILED"));167 rprintf(("OSS32_Initialize. FAILED")); 168 168 return OSSERR_INIT_FAILED; 169 169 } … … 173 173 OSSRET OSS32_Shutdown() 174 174 { 175 dprintf(("OSS32_Shutdown 1")); 175 176 CallOSS16(IDC16_EXIT, 0, 0); 177 dprintf(("OSS32_Shutdown 2")); 176 178 177 179 for(int i=0;i<nrCardsDetected;i++) { … … 179 181 } 180 182 183 dprintf(("OSS32_Shutdown 3")); 181 184 call_module_exit(alsa_mpu401_uart_exit); 185 dprintf(("OSS32_Shutdown 4")); 182 186 call_module_exit(alsa_opl3_seq_exit); 187 dprintf(("OSS32_Shutdown 5")); 183 188 call_module_exit(alsa_opl3_exit); 189 dprintf(("OSS32_Shutdown 6")); 184 190 call_module_exit(alsa_seq_exit); 191 dprintf(("OSS32_Shutdown 7")); 185 192 call_module_exit(alsa_rawmidi_exit); 193 dprintf(("OSS32_Shutdown 8")); 186 194 call_module_exit(alsa_timer_exit); 195 dprintf(("OSS32_Shutdown 9")); 187 196 call_module_exit(alsa_hwdep_exit); 197 dprintf(("OSS32_Shutdown 10")); 188 198 call_module_exit(alsa_pcm_exit); 199 dprintf(("OSS32_Shutdown 11")); 189 200 call_module_exit(alsa_sound_exit); 201 dprintf(("OSS32_Shutdown 12")); 190 202 191 203 return OSSERR_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.