Changeset 151 for sbliveos2/trunk/sblive/cardmi.c
- Timestamp:
- May 28, 2000, 6:50:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/sblive/cardmi.c
r142 r151 37 37 #include "cardmi.h" 38 38 39 #ifdef TARGET_OS2 40 extern int OSS32_ProcessMidiIRQ(unsigned long streamid); 41 #endif 42 39 43 static struct { 40 44 int (*Fn) (struct emu10k1_mpuin *, u8); … … 96 100 emu10k1_mpu_acquire(card); 97 101 102 #ifdef TARGET_OS2 103 emu10k1_irq_enable(card, INTE_MIDIRXENABLE); 104 #endif 98 105 return CTSTATUS_SUCCESS; 99 106 } … … 343 350 */ 344 351 352 #ifdef TARGET_OS2 353 OSS32_ProcessMidiIRQ((unsigned long)card_mpuin->openinfo.refdata); 354 return CTSTATUS_SUCCESS; 355 #else 345 356 count = 0; 346 357 idx = card_mpuin->qtail; … … 364 375 365 376 return CTSTATUS_SUCCESS; 377 #endif 366 378 } 367 379
Note:
See TracChangeset
for help on using the changeset viewer.