Changeset 64859 in vbox
- Timestamp:
- Dec 13, 2016 6:39:05 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r64849 r64859 722 722 } HDASTREAM, *PHDASTREAM; 723 723 724 #ifdef VBOX_WITH_HDA_ASYNC_IO 724 725 typedef struct HDASTREAMTHREADCTX 725 726 { … … 727 728 PHDASTREAM pStream; 728 729 } HDASTREAMTHREADCTX, *PHDASTREAMTHREADCTX; 730 #endif 729 731 730 732 /** … … 4514 4516 * @returns IPRT status code. 4515 4517 * @param pThis HDA state. 4516 * @param pStream HDA stream to write.4517 * @param cbTo Write Number of bytes to write.4518 * @param pcb Written Number of bytes written. Optional.4518 * @param pStream HDA stream to read from. 4519 * @param cbToRead Number of bytes to read. 4520 * @param pcbRead Number of bytes read. Optional. 4519 4521 */ 4520 4522 static int hdaStreamRead(PHDASTATE pThis, PHDASTREAM pStream, uint32_t cbToRead, uint32_t *pcbRead) … … 4566 4568 * @returns IPRT status code. 4567 4569 * @param pThis HDA state. 4568 * @param pStream HDA stream to write .4570 * @param pStream HDA stream to write to. 4569 4571 * @param cbToWrite Number of bytes to write. 4570 4572 * @param pcbWritten Number of bytes written. Optional.
Note:
See TracChangeset
for help on using the changeset viewer.

