Changeset 87991 in vbox for trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp
- Timestamp:
- Mar 7, 2021 3:11:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp
r87990 r87991 1242 1242 * @note Rounds up the result. 1243 1243 */ 1244 uint64_t DrvAudioHlpBytesToMilli( uint32_t cb, PCPDMAUDIOPCMPROPS pProps)1244 uint64_t DrvAudioHlpBytesToMilli(PCPDMAUDIOPCMPROPS pProps, uint32_t cb) 1245 1245 { 1246 1246 AssertPtrReturn(pProps, 0);
Note:
See TracChangeset
for help on using the changeset viewer.