Changeset 88181 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Mar 18, 2021 9:40:27 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143337
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r88157 r88181 3190 3190 * Period size 3191 3191 */ 3192 const char *pszWhat = " ";3192 const char *pszWhat = "device-specific"; 3193 3193 if (pDrvCfg->uPeriodSizeMs) 3194 3194 { … … 3210 3210 * Buffer size 3211 3211 */ 3212 pszWhat = " ";3212 pszWhat = "device-specific"; 3213 3213 if (pDrvCfg->uBufferSizeMs) 3214 3214 { … … 3230 3230 * Pre-buffering size 3231 3231 */ 3232 pszWhat = " ";3232 pszWhat = "device-specific"; 3233 3233 if (pDrvCfg->uPreBufSizeMs != UINT32_MAX) /* Anything set via global / per-VM extra-data? */ 3234 3234 {
Note:
See TracChangeset
for help on using the changeset viewer.