VirtualBox

Changeset 67265 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 6, 2017 9:36:12 AM (8 years ago)
Author:
vboxsync
Message:

HDA: Enabled info callbacks for release builds as well.

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

Legend:

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

    r65849 r67265  
    245245}
    246246
    247 #ifdef DEBUG
    248247/**
    249248 * Helper function for the internal debugger to print the mixer's current
     
    277276    AssertRC(rc2);
    278277}
    279 #endif
    280278
    281279/**
  • trunk/src/VBox/Devices/Audio/AudioMixer.h

    r64566 r67265  
    218218void AudioMixerRemoveSink(PAUDIOMIXER pMixer, PAUDMIXSINK pSink);
    219219int AudioMixerSetMasterVolume(PAUDIOMIXER pMixer, PPDMAUDIOVOLUME pVol);
    220 #ifdef DEBUG
    221220void AudioMixerDebug(PAUDIOMIXER pMixer, PCDBGFINFOHLP pHlp, const char *pszArgs);
    222 #endif
    223221
    224222int AudioMixerSinkAddStream(PAUDMIXSINK pSink, PAUDMIXSTREAM pStream);
  • trunk/src/VBox/Devices/Audio/DevHDA.cpp

    r67264 r67265  
    53815381}
    53825382
    5383 #ifdef DEBUG
     5383
    53845384/* Debug and log type formatters. */
    53855385
     
    56485648        pHlp->pfnPrintf(pHlp, "Mixer not available\n");
    56495649}
    5650 #endif /* DEBUG */
     5650
    56515651
    56525652/* PDMIBASE */
     
    63946394        HDA_REG(pThis, STATESTS) = 0x0;
    63956395
    6396 #ifdef DEBUG
    63976396        /*
    63986397         * Debug and string formatter types.
     
    64156414        rc = RTStrFormatTypeRegister("sdfifow", hdaDbgFmtSDFIFOW, NULL);
    64166415        AssertRC(rc);
    6417 #endif /* DEBUG */
    64186416
    64196417        /*
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