VirtualBox

Changeset 87836 in vbox


Ignore:
Timestamp:
Feb 22, 2021 4:30:18 PM (4 years ago)
Author:
vboxsync
Message:

Audio/HDA: More HDA_STRICT fun. ticketoem2ref:36

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevHDA.h

    r87799 r87836  
    3636/** Enables strict mode, which checks for stuff which isn't supposed to happen.
    3737 *  Be prepared for assertions coming in! */
    38 # define HDA_STRICT
     38//# define HDA_STRICT
    3939#endif
    4040
  • trunk/src/VBox/Devices/Audio/HDAStream.cpp

    r87811 r87836  
    17491749                    if (!cbRead)
    17501750                    {
     1751#ifdef HDA_STRICT
    17511752                        AssertMsgFailed(("Nothing read from sink, even if %RU32 bytes were (still) announced\n", cbSinkReadable));
     1753#endif
    17521754                        break;
    17531755                    }
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