VirtualBox

Changeset 87835 in vbox


Ignore:
Timestamp:
Feb 22, 2021 4:29:40 PM (4 years ago)
Author:
vboxsync
Message:

Audio/HDA: Init stream's last transfer timestamp if not done yet in hdaRegWriteSDSTS(). ticketoem2ref:36

File:
1 edited

Legend:

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

    r87811 r87835  
    15831583    {
    15841584        const uint64_t tsNow = PDMDevHlpTimerGet(pDevIns, pStreamShared->hTimer);
     1585        if (!pStreamShared->State.tsTransferLast)
     1586            pStreamShared->State.tsTransferLast = tsNow;
    15851587        Assert(tsNow >= pStreamShared->State.tsTransferLast);
    15861588
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