VirtualBox

Changeset 76672 in vbox


Ignore:
Timestamp:
Jan 7, 2019 12:19:53 PM (6 years ago)
Author:
vboxsync
Message:

Audio/HDA: Also set device schedule hint on stream initialization (like for AC'97 and SB16), useful for debugging.

File:
1 edited

Legend:

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

    r76553 r76672  
    336336            break;
    337337    }
     338
     339    /* Set scheduling hint (if available). */
     340    if (pStream->State.uTimerHz)
     341        pCfg->Device.uSchedulingHintMs = 1000 /* ms */ / pStream->State.uTimerHz;
    338342
    339343    LogFunc(("[SD%RU8] DMA @ 0x%x (%RU32 bytes), LVI=%RU16, FIFOS=%RU16\n",
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