- Timestamp:
- Dec 9, 2014 3:07:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r53452 r53491 1032 1032 copied = AUD_write(pThis->voice_po, tmpbuf, to_copy); 1033 1033 #endif /* VBOX_WITH_PDM_AUDIO_DRIVER */ 1034 LogFlowFunc(("to_copy=%RU32, copied=%RU32, temp=%RU32, temp_left=%RU32\n", 1034 LogFlowFunc(("to_copy=%RU32, copied=%RU32, temp=%RU32, temp_left=%RU32\n", 1035 1035 to_copy, copied, temp, temp - copied)); 1036 1036 … … 1058 1058 pReg->bd.addr = addr; 1059 1059 1060 Log RelFunc(("written=%RU32\n", written));1060 LogFlowFunc(("written=%RU32\n", written)); 1061 1061 return written; 1062 1062 }
Note:
See TracChangeset
for help on using the changeset viewer.