- Timestamp:
- Oct 25, 2021 5:58:14 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp
r92030 r92052 132 132 return VINF_SUCCESS; 133 133 134 LogRelFlowFuncEnter(); 135 134 136 int rc; 135 137 int rc2 = snd_pcm_close(*phPCM); … … 145 147 } 146 148 147 Log FlowFuncLeaveRC(rc);149 LogRelFlowFuncLeaveRC(rc); 148 150 return rc; 149 151 }
Note:
See TracChangeset
for help on using the changeset viewer.