VirtualBox

Changeset 89878 in vbox for trunk


Ignore:
Timestamp:
Jun 24, 2021 10:05:07 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145336
Message:

DevHda: The compile time feature enable/disable defines must live in DevHda.h. bugref:9890

Location:
trunk/src/VBox/Devices/Audio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevHda.cpp

    r89877 r89878  
    6161*   Defined Constants And Macros                                                                                                 *
    6262*********************************************************************************************************************************/
    63 //#define HDA_AS_PCI_EXPRESS
    64 
    65 /* Useful to debug the device' timing. */
    66 //#define HDA_DEBUG_TIMING
    67 
    68 /* To debug silence coming from the guest in form of audio gaps.
    69  * Very crude implementation for now. */
    70 //#define HDA_DEBUG_SILENCE
    71 
    7263#if defined(VBOX_WITH_HP_HDA)
    7364/* HP Pavilion dv4t-1300 */
  • trunk/src/VBox/Devices/Audio/DevHda.h

    r89874 r89878  
    4343 *  Be prepared for assertions coming in! */
    4444//# 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
    4559#endif
    4660
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette