Changeset 88852 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 3, 2021 11:59:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r88851 r88852 1985 1985 if (RT_SUCCESS(rc)) 1986 1986 { 1987 LogFunc(("[%s] Acquired host format: \n", pStreamEx->Core.szName,1988 PDMAudioStrmCfgToString(&CfgHostAcq, szTmp, sizeof(szTmp)) ));1987 LogFunc(("[%s] Acquired host format: %s\n", 1988 pStreamEx->Core.szName, PDMAudioStrmCfgToString(&CfgHostAcq, szTmp, sizeof(szTmp)) )); 1989 1989 if (true) /** @todo Validate (re-)acquired configuration with pStreamEx->Core.Host.Cfg? */ 1990 1990 {
Note:
See TracChangeset
for help on using the changeset viewer.