Changeset 153 for sbliveos2/trunk/sblive/audio.c
- Timestamp:
- Jul 23, 2000, 6:21:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/sblive/audio.c
r147 r153 1413 1413 emu10k1_waveout_update(woinst); 1414 1414 1415 #ifdef TARGET_OS21416 OSS32_ProcessIRQ(TRUE, (unsigned long)wave_dev);1417 #endif1418 1419 1415 if (woinst->mapped) { 1420 1416 spin_unlock_irqrestore(&woinst->lock, flags); … … 1431 1427 1432 1428 if (bytestocopy >= woinst->fragment_size) 1429 #ifdef TARGET_OS2 1430 OSS32_ProcessIRQ(TRUE, (unsigned long)wave_dev); 1431 #else 1433 1432 wake_up_interruptible(&woinst->wait_queue); 1433 #endif 1434 1434 else 1435 1435 DPD(4, "Not enough transfer size -> %x\n", bytestocopy);
Note:
See TracChangeset
for help on using the changeset viewer.