VirtualBox

Ignore:
Timestamp:
Sep 27, 2016 1:54:21 PM (8 years ago)
Author:
vboxsync
Message:

Logging.

File:
1 edited

Legend:

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

    r63718 r64049  
    18161816    if (RT_FAILURE(rc))
    18171817    {
    1818         LogFlowFunc(("Failed with rc=%Rrc\n", rc));
     1818        LogFunc(("Failed with rc=%Rrc\n", rc));
    18191819        return rc;
    18201820    }
     
    24152415        {
    24162416            Assert(!fReset && !fInReset);
    2417             LogFunc(("[SD%RU8]: fRun=%RTbool\n", pStream->u8SD, fRun));
     2417            LogFunc(("[SD%RU8]: State changed (fRun=%RTbool)\n", pStream->u8SD, fRun));
    24182418
    24192419            hdaStreamSetActive(pThis, pStream, fRun);
     
    35863586        AssertRC(rc);
    35873587
     3588#ifdef HDA_DEBUG_DUMP_PCM_DATA
     3589        RTFILE fh;
     3590        RTFileOpen(&fh, HDA_DEBUG_DUMP_PCM_DATA_PATH "hdaReadAudio-hda.pcm",
     3591                   RTFILE_O_OPEN_CREATE | RTFILE_O_APPEND | RTFILE_O_WRITE | RTFILE_O_DENY_NONE);
     3592        RTFileWrite(fh, pBDLE->State.au8FIFO, cbRead, NULL);
     3593        RTFileClose(fh);
     3594#endif
    35883595        if (pBDLE->State.cbBelowFIFOW + cbRead > hdaStreamGetFIFOW(pThis, pStream))
    35893596        {
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