Ignore:
Timestamp:
Jul 21, 2010, 7:13:21 PM (15 years ago)
Author:
David Azarewicz
Message:

Debug statement cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/ossidc.cpp

    r518 r521  
    162162                        FillCaps(i);
    163163                }
    164                 dprintf(("OSS32_Initialize: SUCCESS. Cards=%d", nrCardsDetected));
     164                rprintf(("OSS32_Initialize: SUCCESS. Cards=%d", nrCardsDetected));
    165165                return OSSERR_SUCCESS;
    166166        }
     
    173173OSSRET OSS32_Shutdown()
    174174{
    175         dprintf(("OSS32_Shutdown 1"));
    176175        CallOSS16(IDC16_EXIT, 0, 0);
    177         dprintf(("OSS32_Shutdown 2"));
    178176
    179177        for(int i=0;i<nrCardsDetected;i++) {
     
    181179        }
    182180
    183         dprintf(("OSS32_Shutdown 3"));
    184181        call_module_exit(alsa_mpu401_uart_exit);
    185         dprintf(("OSS32_Shutdown 4"));
    186182        call_module_exit(alsa_opl3_seq_exit);
    187         dprintf(("OSS32_Shutdown 5"));
    188183        call_module_exit(alsa_opl3_exit);
    189         dprintf(("OSS32_Shutdown 6"));
    190184        call_module_exit(alsa_seq_exit);
    191         dprintf(("OSS32_Shutdown 7"));
    192185        call_module_exit(alsa_rawmidi_exit);
    193         dprintf(("OSS32_Shutdown 8"));
    194186        call_module_exit(alsa_timer_exit);
    195         dprintf(("OSS32_Shutdown 9"));
    196187        call_module_exit(alsa_hwdep_exit);
    197         dprintf(("OSS32_Shutdown 10"));
    198188        call_module_exit(alsa_pcm_exit);
    199         dprintf(("OSS32_Shutdown 11"));
    200189        call_module_exit(alsa_sound_exit);
    201         dprintf(("OSS32_Shutdown 12"));
    202190
    203191        return OSSERR_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.