Changeset 76672 in vbox
- Timestamp:
- Jan 7, 2019 12:19:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStream.cpp
r76553 r76672 336 336 break; 337 337 } 338 339 /* Set scheduling hint (if available). */ 340 if (pStream->State.uTimerHz) 341 pCfg->Device.uSchedulingHintMs = 1000 /* ms */ / pStream->State.uTimerHz; 338 342 339 343 LogFunc(("[SD%RU8] DMA @ 0x%x (%RU32 bytes), LVI=%RU16, FIFOS=%RU16\n",
Note:
See TracChangeset
for help on using the changeset viewer.