VirtualBox

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


Ignore:
Timestamp:
Nov 30, 2015 10:23:22 PM (9 years ago)
Author:
vboxsync
Message:

HDA: Updating the DMA position not needed here.

File:
1 edited

Legend:

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

    r58927 r58928  
    22512251                LogRel(("HDA: %s DMA position buffer\n", fEnabled ? "Enabled" : "Disabled"));
    22522252                pThis->fDMAPosition = fEnabled;
    2253 
    2254                 if (pThis->fDMAPosition)
    2255                 {
    2256                     /* Immediately tell the position. */
    2257                     hdaStreamUpdateLPIB(pThis, &pThis->StrmStLineIn, HDA_STREAM_REG(pThis, LPIB, pThis->StrmStLineIn.u8Strm));
    2258                     hdaStreamUpdateLPIB(pThis, &pThis->StrmStMicIn,  HDA_STREAM_REG(pThis, LPIB, pThis->StrmStMicIn.u8Strm));
    2259                     hdaStreamUpdateLPIB(pThis, &pThis->StrmStOut,    HDA_STREAM_REG(pThis, LPIB, pThis->StrmStOut.u8Strm));
    2260                 }
    22612253            }
    22622254            break;
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