Ignore:
Timestamp:
Oct 23, 2006, 11:07:11 PM (19 years ago)
Author:
vladest
Message:

SB code update
HDA code update
Some other updates

File:
1 edited

Legend:

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

    r76 r84  
    283283
    284284    if(nrCardsDetected != 0) {
     285        dprintf(("OSS32_Initialize2"));
    285286        pcm_info();
     287        dprintf(("OSS32_Initialize3"));
    286288        for(int i=0;i<nrCardsDetected;i++) {
     289            dprintf(("OSS32_Initialize4 start: %d",i));
    287290            FillCaps(i);
     291            dprintf(("OSS32_Initialize4 end: %d",i));
    288292        }
     293        dprintf(("OSS32_Initialize: SUCCESS. nr. of cards: %d",nrCardsDetected));
    289294        return OSSERR_SUCCESS;
    290295    }
     296    dprintf(("OSS32_Initialize. FAILED"));
    291297    return OSSERR_INIT_FAILED;
    292298}
Note: See TracChangeset for help on using the changeset viewer.