- Timestamp:
- Jun 23, 2021 1:23:08 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145313
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHda.cpp
r89853 r89856 5107 5107 "Number of bytes of silence added to cope with underruns.", "Stream%u/DMABufferSilence", idxStream); 5108 5108 } 5109 PDMDevHlpSTAMRegisterF(pDevIns, &pThisCC->aStreams[idxStream].State.StatDmaSkippedPendingBcis, STAMTYPE_COUNTER, STAMVISIBILITY_USED, STAMUNIT_ COUNT,5109 PDMDevHlpSTAMRegisterF(pDevIns, &pThisCC->aStreams[idxStream].State.StatDmaSkippedPendingBcis, STAMTYPE_COUNTER, STAMVISIBILITY_USED, STAMUNIT_OCCURENCES, 5110 5110 "DMA transfer period skipped because of BCIS pending.", "Stream%u/DMASkippedPendingBCIS", idxStream); 5111 5111
Note:
See TracChangeset
for help on using the changeset viewer.