Changeset 59192 in vbox
- Timestamp:
- Dec 18, 2015 3:21:42 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104813
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r59191 r59192 4312 4312 #ifndef VBOX_WITH_AUDIO_CALLBACKS 4313 4313 uint16_t uTimerHz; 4314 rc = CFGMR3QueryU16Def(pCfgHandle, "TimerHz", &uTimerHz, 500 /* Hz */);4314 rc = CFGMR3QueryU16Def(pCfgHandle, "TimerHz", &uTimerHz, 200 /* Hz */); 4315 4315 if (RT_FAILURE(rc)) 4316 4316 return PDMDEV_SET_ERROR(pDevIns, rc, … … 4620 4620 if (RT_SUCCESS(rc)) 4621 4621 { 4622 /** @todo Investigate why sounds is getting corrupted if the "ticks" value is too4623 * low, e.g. "PDMDevHlpTMTimeVirtGetFreq / 200".4624 * Update: Because the guest doesn't prepare enough data at a time. */4625 4622 pThis->cTimerTicks = TMTimerGetFreq(pThis->pTimer) / uTimerHz; 4626 4623 pThis->uTimerTS = TMTimerGet(pThis->pTimer);
Note:
See TracChangeset
for help on using the changeset viewer.