- Timestamp:
- Jun 24, 2021 10:05:07 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145336
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHda.cpp
r89877 r89878 61 61 * Defined Constants And Macros * 62 62 *********************************************************************************************************************************/ 63 //#define HDA_AS_PCI_EXPRESS64 65 /* Useful to debug the device' timing. */66 //#define HDA_DEBUG_TIMING67 68 /* To debug silence coming from the guest in form of audio gaps.69 * Very crude implementation for now. */70 //#define HDA_DEBUG_SILENCE71 72 63 #if defined(VBOX_WITH_HP_HDA) 73 64 /* HP Pavilion dv4t-1300 */ -
trunk/src/VBox/Devices/Audio/DevHda.h
r89874 r89878 43 43 * Be prepared for assertions coming in! */ 44 44 //# define HDA_STRICT 45 #endif 46 47 /** @def HDA_AS_PCI_EXPRESS 48 * Enables PCI express hardware. */ 49 #if defined(DOXYGEN_RUNNING) || 0 50 # define HDA_AS_PCI_EXPRESS 51 #endif 52 53 /** @def HDA_DEBUG_SILENCE 54 * To debug silence coming from the guest in form of audio gaps. 55 * Very crude implementation for now. 56 * @todo probably borked atm */ 57 #if defined(DOXYGEN_RUNNING) || 0 58 # define HDA_DEBUG_SILENCE 45 59 #endif 46 60
Note:
See TracChangeset
for help on using the changeset viewer.