Changeset 73696 in vbox for trunk/src/VBox
- Timestamp:
- Aug 15, 2018 3:36:19 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp
r73695 r73696 680 680 do 681 681 { 682 OSSAUDIOSTREAMCFG reqStream, obtStream; 682 OSSAUDIOSTREAMCFG reqStream; 683 RT_ZERO(reqStream); 684 685 OSSAUDIOSTREAMCFG obtStream; 686 RT_ZERO(obtStream); 683 687 684 688 memcpy(&reqStream.Props, &pCfgReq->Props, sizeof(PDMAUDIOPCMPROPS));
Note:
See TracChangeset
for help on using the changeset viewer.