Changeset 89855 in vbox
- Timestamp:
- Jun 23, 2021 1:22:53 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145312
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r89822 r89855 4607 4607 "Number of bytes of silence added to cope with underruns.", "Stream%u/DMABufferSilence", idxStream); 4608 4608 } 4609 PDMDevHlpSTAMRegisterF(pDevIns, &pThisCC->aStreams[idxStream].State.StatDmaSkippedDch, STAMTYPE_COUNTER, STAMVISIBILITY_USED, STAMUNIT_ BYTES,4609 PDMDevHlpSTAMRegisterF(pDevIns, &pThisCC->aStreams[idxStream].State.StatDmaSkippedDch, STAMTYPE_COUNTER, STAMVISIBILITY_USED, STAMUNIT_OCCURENCES, 4610 4610 "DMA transfer period skipped, controller halted (DCH).", "Stream%u/DMASkippedDch", idxStream); 4611 PDMDevHlpSTAMRegisterF(pDevIns, &pThisCC->aStreams[idxStream].State.StatDmaSkippedPendingBcis, STAMTYPE_COUNTER, STAMVISIBILITY_USED, STAMUNIT_ BYTES,4611 PDMDevHlpSTAMRegisterF(pDevIns, &pThisCC->aStreams[idxStream].State.StatDmaSkippedPendingBcis, STAMTYPE_COUNTER, STAMVISIBILITY_USED, STAMUNIT_OCCURENCES, 4612 4612 "DMA transfer period skipped because of BCIS pending.", "Stream%u/DMASkippedPendingBCIS", idxStream); 4613 4613
Note:
See TracChangeset
for help on using the changeset viewer.