VirtualBox

Changeset 34152 in vbox


Ignore:
Timestamp:
Nov 18, 2010 5:04:17 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67872
Message:

Audio/HDA: burn fix.

File:
1 edited

Legend:

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

    r34151 r34152  
    10241024    bool fOn = RT_BOOL((u32Value & HDA_REG_FIELD_FLAG_MASK(SDCTL, RUN)));
    10251025    int rc = VINF_SUCCESS;
     1026    uint64_t u64BaseDMA = 0;
    10261027    if(u32Value & HDA_REG_FIELD_FLAG_MASK(SDCTL, SRST))
    10271028    {
     
    10441045            break;
    10451046        case ICH6_HDA_REG_SD4CTL:
    1046             uint64_t u64BaseDMA = RT_MAKE_U64(SDBDPL(pState, 4), SDBDPU(pState, 4));
     1047            u64BaseDMA = RT_MAKE_U64(SDBDPL(pState, 4), SDBDPU(pState, 4));
    10471048            fOn = fOn && u64BaseDMA;
    10481049            SDSTS(pState, 4) &= ~(1<<5);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette