- Timestamp:
- Dec 5, 2014 10:16:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r53442 r53452 1032 1032 copied = AUD_write(pThis->voice_po, tmpbuf, to_copy); 1033 1033 #endif /* VBOX_WITH_PDM_AUDIO_DRIVER */ 1034 Log RelFunc(("to_copy=%RU32, copied=%RU32, temp=%RU32, temp_left=%RU32\n", to_copy, copied,1035 temp, temp - copied));1034 LogFlowFunc(("to_copy=%RU32, copied=%RU32, temp=%RU32, temp_left=%RU32\n", 1035 to_copy, copied, temp, temp - copied)); 1036 1036 1037 1037 if (!copied)
Note:
See TracChangeset
for help on using the changeset viewer.