VirtualBox

Changeset 33673 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Nov 2, 2010 9:22:20 AM (14 years ago)
Author:
vboxsync
Message:

Audio/HDA: don't flood release log.

File:
1 edited

Legend:

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

    r33595 r33673  
    971971    if(u32Value & HDA_REG_FIELD_FLAG_MASK(SDCTL, SRST))
    972972    {
    973         LogRel(("hda: guest has initiated hw stream reset\n"));
     973        Log(("hda: guest has initiated hw stream reset\n"));
    974974        pState->u8StreamsInReset |= HDA_STREAM_BITMASK(offset);
    975975        hdaStreamReset(pState, offset);
     
    978978    else if (HDA_IS_STREAM_IN_RESET(pState, offset))
    979979    {
    980         LogRel(("hda: guest has initiated exit of stream reset\n"));
     980        Log(("hda: guest has initiated exit of stream reset\n"));
    981981        pState->u8StreamsInReset &= ~HDA_STREAM_BITMASK(offset);
    982982        HDA_REG_IND(pState, index) &= ~HDA_REG_FIELD_FLAG_MASK(SDCTL, SRST);
     
    15721572    RIRBWP(&pThis->hda) = 0x0;
    15731573
    1574     LogRel(("hda: inter HDA reset.\n"));
    1575     //** @todo r=michaln: There should be LogRel statements when the guest initializes
    1576     // or resets the HDA chip, and possibly also when opening the PCM streams.
     1574    Log(("hda: inter HDA reset.\n"));
    15771575    pThis->hda.cbCorbBuf = 256 * sizeof(uint32_t);
    15781576
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