VirtualBox

Changeset 70321 in vbox


Ignore:
Timestamp:
Dec 22, 2017 4:21:59 PM (7 years ago)
Author:
vboxsync
Message:

Audio/HDA: Logging.

File:
1 edited

Legend:

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

    r70317 r70321  
    888888            if (cbDMAToWrite)
    889889            {
     890                LogRel2(("HDA: FIFO underflow for stream #%RU8 (%RU32 bytes outstanding)\n", pStream->u8SD, cbDMAToWrite));
     891
    890892                Assert(cbChunk == cbDMAWritten + cbDMAToWrite);
    891893                memset((uint8_t *)abChunk + cbDMAWritten, 0, cbDMAToWrite);
     
    911913                if (cbDMALeft > RTCircBufFree(pCircBuf))
    912914                {
     915                    LogRel2(("HDA: FIFO overflow for stream #%RU8 (%RU32 bytes outstanding)\n",
     916                             pStream->u8SD, cbDMALeft - RTCircBufFree(pCircBuf)));
     917
    913918                    /* Try to read as much as possible. */
    914919                    cbDMALeft = (uint32_t)RTCircBufFree(pCircBuf);
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