VirtualBox

Changeset 73625 in vbox


Ignore:
Timestamp:
Aug 12, 2018 3:53:17 PM (6 years ago)
Author:
vboxsync
Message:

Audio/AC97: Only open debug .WAV files if debugging is enabled in ichac97R3StreamEnable().

File:
1 edited

Legend:

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

    r73621 r73625  
    843843
    844844        rc = ichac97R3StreamOpen(pThis, pStream);
    845         if (RT_SUCCESS(rc))
     845
     846        if (pStream->Dbg.Runtime.fEnabled)
    846847        {
    847848            if (!DrvAudioHlpFileIsOpen(pStream->Dbg.Runtime.pFileStream))
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