Changeset 64985 in vbox
- Timestamp:
- Dec 21, 2016 2:21:45 PM (8 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r64875 r64985 56 56 //#define HDA_AS_PCI_EXPRESS 57 57 #define VBOX_WITH_INTEL_HDA 58 59 /* Enables asynchronous audio data handling60 * to speed up the actual DMA data routines. */61 #define VBOX_WITH_HDA_ASYNC_IO62 58 63 59 /* -
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r64983 r64985 46 46 * Defined Constants And Macros * 47 47 *********************************************************************************************************************************/ 48 49 /*50 * Enables asynchronous audio data handling51 * to speed up the actual DMA data routines and keeping up52 * audio processing out of EMT as much as possible.53 */54 #define VBOX_WITH_AUDIO_AC97_ASYNC_IO55 48 56 49 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.