Changeset 32456 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Sep 13, 2010 3:12:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevSB16.cpp
r26165 r32456 1444 1444 #endif 1445 1445 1446 if ( till <= copy) {1446 if (copy >= till) { 1447 1447 if (0 == s->dma_auto) { 1448 1448 copy = till; 1449 } else { 1450 if( copy >= till + s->block_size ) { 1451 copy = till; /* Make sure we won't skip IRQs. */ 1452 } 1449 1453 } 1450 1454 }
Note:
See TracChangeset
for help on using the changeset viewer.