Changeset 64984 in vbox
- Timestamp:
- Dec 21, 2016 2:16:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r64626 r64984 578 578 VBoxDD_DEFS += VBOX_WITH_AUDIO_HDA_ONETIME_INIT 579 579 580 # 581 # Enables asynchronous audio data handling 582 # to speed up the actual DMA data routines and keeping up 583 # audio processing out of EMT as much as possible. 584 # 585 VBoxDD_DEFS += VBOX_WITH_AUDIO_AC97_ASYNC_IO 586 VBoxDD_DEFS += VBOX_WITH_AUDIO_HDA_ASYNC_IO 587 580 588 # Not yet enabled: Callbacks for the device emulation to let the backends 581 589 # tell the emulation when and how to process data.
Note:
See TracChangeset
for help on using the changeset viewer.