Ignore:
Timestamp:
Jul 17, 2007, 6:04:31 PM (18 years ago)
Author:
Brendan Oakley
Message:

Applied latest updates from Vlad

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/strategy.cpp

    r134 r221  
    171171       goto failure;
    172172   }
     173   dprintf(("Device 0 name: %s", (char FAR *)devCaps[0].szDeviceName));
    173174   if(devCaps[0].nrDevices > OSS32_MAX_AUDIOCARDS)
    174175   {
     
    185186   }
    186187
     188   /* skip sertifying crap */
     189
     190   return TRUE;
    187191   //Check for certified audiocard/chipsets
    188192   if(!xorstrncmp(devCaps[0].szDeviceName, pszIntelICH, 6) ||
Note: See TracChangeset for help on using the changeset viewer.