Changeset 89563 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jun 8, 2021 8:53:04 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144991
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHda.cpp
r89562 r89563 4671 4671 * callback, it will implicitly be rounded up to the next timer period. 4672 4672 * This is for adding a little host scheduling leeway into the playback. */ 4673 /** @todo InitialDelayMs is rather pointless, DrvAudio does pre-buffering in 4674 * both directions now. (bird, 2021-06-08) */ 4673 4675 rc = pHlp->pfnCFGMQueryU16Def(pCfg, "InitialDelayMs", &pThis->msInitialDelay, 12); 4674 4676 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.