Ignore:
Timestamp:
Jul 23, 2000, 6:21:57 PM (25 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/sblive/audio.c

    r147 r153  
    14131413        emu10k1_waveout_update(woinst);
    14141414
    1415 #ifdef TARGET_OS2
    1416         OSS32_ProcessIRQ(TRUE, (unsigned long)wave_dev);
    1417 #endif
    1418 
    14191415        if (woinst->mapped) {
    14201416                spin_unlock_irqrestore(&woinst->lock, flags);
     
    14311427
    14321428        if (bytestocopy >= woinst->fragment_size)
     1429#ifdef TARGET_OS2
     1430                OSS32_ProcessIRQ(TRUE, (unsigned long)wave_dev);
     1431#else
    14331432                wake_up_interruptible(&woinst->wait_queue);
     1433#endif
    14341434        else
    14351435                DPD(4, "Not enough transfer size -> %x\n", bytestocopy);
Note: See TracChangeset for help on using the changeset viewer.