Changeset 73214 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jul 18, 2018 3:33:17 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123819
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r71761 r73214 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2018 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1374 1374 rc2 = ichac97R3StreamRead(pThis, pStream, pSink, cbUsed, &cbRead); 1375 1375 AssertRC(rc2); 1376 1377 AssertMsg(cbUsed == cbRead, ("[SD%RU8] %RU32 bytes announced to be ready to read but %RU32 bytes read\n",1378 pStream->u8SD, cbUsed, cbRead));1379 1376 } 1380 1377
Note:
See TracChangeset
for help on using the changeset viewer.