Changeset 76863 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 17, 2019 2:10:17 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128225
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r76862 r76863 1989 1989 * Updates the next transfer based on a specific amount of bytes. 1990 1990 * 1991 * @returns IPRT status code.1992 1991 * @param pThis AC'97 device state. 1993 1992 * @param pStream AC'97 stream to update. -
trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp
r76553 r76863 1941 1941 GEN_CHECK_OFF(AC97STREAMSTATE, pCircBuf); 1942 1942 GEN_CHECK_OFF(AC97STREAMSTATE, tsTransferLast); 1943 GEN_CHECK_OFF(AC97STREAMSTATE, cTicksPerByte);1944 1943 1945 1944 GEN_CHECK_SIZE(HDADRIVERSTREAM);
Note:
See TracChangeset
for help on using the changeset viewer.