Changeset 88012 in vbox
- Timestamp:
- Mar 8, 2021 12:41:31 PM (4 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.h
r88011 r88012 220 220 bool DrvAudioHlpPCMPropsAreEqual(PCPDMAUDIOPCMPROPS pPCMProps, PCPDMAUDIOSTREAMCFG pCfg); 221 221 bool DrvAudioHlpPCMPropsAreValid(PCPDMAUDIOPCMPROPS pProps); 222 void DrvAudioHlpPCMProps Print(PCPDMAUDIOPCMPROPS pProps);222 void DrvAudioHlpPCMPropsLog(PCPDMAUDIOPCMPROPS pProps); 223 223 /** @} */ 224 224 -
trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp
r88010 r88012 1430 1430 * @param pProps Stream configuration to log. 1431 1431 */ 1432 void DrvAudioHlpP CMPropsPrint(PCPDMAUDIOPCMPROPS pProps)1432 void DrvAudioHlpPcmPropsLog(PCPDMAUDIOPCMPROPS pProps) 1433 1433 { 1434 1434 AssertPtrReturnVoid(pProps);
Note:
See TracChangeset
for help on using the changeset viewer.