Changeset 221 for OCO/trunk/drv16/strategy.cpp
- Timestamp:
- Jul 17, 2007, 6:04:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/strategy.cpp
r134 r221 171 171 goto failure; 172 172 } 173 dprintf(("Device 0 name: %s", (char FAR *)devCaps[0].szDeviceName)); 173 174 if(devCaps[0].nrDevices > OSS32_MAX_AUDIOCARDS) 174 175 { … … 185 186 } 186 187 188 /* skip sertifying crap */ 189 190 return TRUE; 187 191 //Check for certified audiocard/chipsets 188 192 if(!xorstrncmp(devCaps[0].szDeviceName, pszIntelICH, 6) ||
Note:
See TracChangeset
for help on using the changeset viewer.