Changeset 319 for GPL/branches/uniaud-2.0/lib32/ossidc.cpp
- Timestamp:
- Mar 25, 2008, 12:48:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud-2.0/lib32/ossidc.cpp
r312 r319 259 259 fnCardExitCall[nrCardsDetected] = name_module_exit(alsa_card_azx_exit); 260 260 } 261 #if 0262 261 if((ForceCard == CARD_NONE || ForceCard == CARD_BT87X) && 263 262 nrCardsDetected < (OSS32_MAX_AUDIOCARDS-1) && call_module_init(alsa_card_bt87x_init) == 0) … … 265 264 fnCardExitCall[nrCardsDetected] = name_module_exit(alsa_card_bt87x_exit); 266 265 } 267 #endif268 266 #endif 269 267 fStrategyInit = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.