Changeset 71761 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Apr 9, 2018 10:36:51 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121863
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r71756 r71761 2292 2292 || fArmTimer) 2293 2293 { 2294 /** @todo r=bird: This is simplitic insanity. Nobody wants a timer running2295 * every 5 ms (see AC97_TIMER_HZ) all the time the VM is up running!2296 *2297 * If there isn't a way of detecting that guest is up to something, at2298 * least try lowering the frequency when idle.2299 */2300 2294 /* Arm the timer again. */ 2301 2295 uint64_t cTicks = pThis->cTimerTicks; … … 2324 2318 PAC97STATE pThis = (PAC97STATE)pvUser; 2325 2319 Assert(pThis == PDMINS_2_DATA(pDevIns, PAC97STATE)); 2326 AssertPtr(pThis);2327 2320 2328 2321 ichac97R3TimerMain(pThis);
Note:
See TracChangeset
for help on using the changeset viewer.