VirtualBox

Changeset 87945 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 4, 2021 9:17:43 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143040
Message:

Audio/HDA: When starting / resuming (via saved state) stream transfers, call hdaR3StreamTimerMain() directly to avoid going through the timer to speed up startup time. ticketoem2ref:36

File:
1 edited

Legend:

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

    r87944 r87945  
    26482648    Assert(PDMDevHlpCritSectIsOwner(pDevIns, &pThis->CritSect));
    26492649    Assert(PDMDevHlpTimerIsLockOwner(pDevIns, hTimer));
     2650
     2651    RT_NOREF(hTimer);
    26502652
    26512653    hdaR3StreamTimerMain(pDevIns, pThis, pThisCC, pStreamShared, pStreamR3);
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