Changeset 89757 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jun 16, 2021 11:35:36 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHda.cpp
r89755 r89757 5118 5118 PDMDevHlpSTAMRegisterF(pDevIns, (void*)&pThis->aStreams[idxStream].State.fRunning, STAMTYPE_BOOL, STAMVISIBILITY_USED, STAMUNIT_BYTES, 5119 5119 "True if the stream is in RUN mode.", "Stream%u/fRunning", idxStream); 5120 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->aStreams[idxStream].State.Cfg.Props.uHz, STAMTYPE_U32, STAMVISIBILITY_USED, STAMUNIT_ BYTES,5120 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->aStreams[idxStream].State.Cfg.Props.uHz, STAMTYPE_U32, STAMVISIBILITY_USED, STAMUNIT_HZ, 5121 5121 "The stream frequency.", "Stream%u/Cfg/Hz", idxStream); 5122 5122 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->aStreams[idxStream].State.Cfg.Props.cbFrame, STAMTYPE_U8, STAMVISIBILITY_USED, STAMUNIT_BYTES,
Note:
See TracChangeset
for help on using the changeset viewer.