Ignore:
Timestamp:
Jul 11, 2010, 7:14:11 AM (15 years ago)
Author:
David Azarewicz
Message:

misc fixes, work on NVidia problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/lib32/ossidc.cpp

    r479 r503  
    135135    call_module_init(patch_sigmatel_init);
    136136    call_module_init(patch_via_init);
     137    dprintf(("OSS32_Initialize: ForceCard=%d", ForceCard));
    137138#if 0
    138139    int i;
     
    162163    }
    163164#else
    164     dprintf(("force card: %d",ForceCard));
    165165    //Check for SoundBlaster Live!
    166166    if((ForceCard == CARD_NONE || ForceCard == CARD_ICH) &&
     
    174174        fnCardExitCall[nrCardsDetected] = name_module_exit(alsa_card_via82xx_exit);
    175175    }
    176 
    177176
    178177    if((ForceCard == CARD_NONE || ForceCard == CARD_SBLIVE) &&
Note: See TracChangeset for help on using the changeset viewer.