Changeset 69921 in vbox
- Timestamp:
- Dec 4, 2017 3:00:10 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119404
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStream.cpp
r69920 r69921 409 409 * updating its associated LPIB register and DMA position buffer (if enabled). 410 410 * 411 * @param pThis HDA state.412 411 * @param pStream HDA stream to update read / write position for. 413 412 * @param u32LPIB Absolute position (in bytes) to set current read / write position to. … … 654 653 * @returns IPRT status code. 655 654 * @param pStream HDA stream to update. 655 * @param cbToProcessMax How much data (in bytes) to process as maximum. 656 656 */ 657 657 int hdaStreamTransfer(PHDASTREAM pStream, uint32_t cbToProcessMax)
Note:
See TracChangeset
for help on using the changeset viewer.