Changeset 63215 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Aug 9, 2016 3:03:59 PM (8 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp
r62977 r63215 576 576 /* audioMixBufOpAssign: Assigns values from source buffer to destination bufffer, overwriting the destination. */ 577 577 AUDMIXBUF_MIXOP(Assign /* Name */, = /* Operation */) 578 #if 0 /* unused */ 578 579 /* audioMixBufOpBlend: Blends together the values from both, the source and the destination buffer. */ 579 580 AUDMIXBUF_MIXOP(Blend /* Name */, += /* Operation */) 581 #endif 580 582 581 583 #undef AUDMIXBUF_MIXOP -
trunk/src/VBox/Devices/Audio/DevSB16.cpp
r62975 r63215 375 375 } 376 376 377 static void sb16AudioCallback(void *pvContext, uint32_t cbFree);378 377 379 378 static int magic_of_irq(int irq)
Note:
See TracChangeset
for help on using the changeset viewer.