Changeset 87977 in vbox for trunk/src/VBox
- Timestamp:
- Mar 5, 2021 4:20:05 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143085
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStream.cpp
r87975 r87977 695 695 rc = VERR_INVALID_PARAMETER); 696 696 if (RT_SUCCESS(rc)) 697 { 697 698 rc = RTCircBufCreate(&pStreamR3->State.pCircBuf, cbCircBuf); 699 if (RT_SUCCESS(rc)) 700 { 701 /* 702 * Forward the timer frequency hint to TM as well for better accuracy on 703 * systems w/o preemption timers (also good for 'info timers'). 704 */ 705 PDMDevHlpTimerSetFrequencyHint(pDevIns, pStreamShared->hTimer, uTransferHz); 706 } 707 } 698 708 } 699 709
Note:
See TracChangeset
for help on using the changeset viewer.