Changeset 65005 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Dec 23, 2016 4:20:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r65004 r65005 1106 1106 } 1107 1107 1108 /** 1109 * Locks the async I/O thread of a specific AC'97 audio stream. 1110 * 1111 * @param pStream AC'97 stream to lock async I/O thread for. 1112 */ 1108 1113 static void ichac97StreamAsyncIOLock(PAC97STREAM pStream) 1109 1114 { … … 1114 1119 } 1115 1120 1121 /** 1122 * Unlocks the async I/O thread of a specific AC'97 audio stream. 1123 * 1124 * @param pStream AC'97 stream to unlock async I/O thread for. 1125 */ 1116 1126 static void ichac97StreamAsyncIOUnlock(PAC97STREAM pStream) 1117 1127 { … … 1568 1578 * Resets an AC'97 stream. 1569 1579 * 1570 * @returns IPRT status code.1571 1580 * @param pThis AC'97 state. 1572 1581 * @param pStream AC'97 stream to reset.
Note:
See TracChangeset
for help on using the changeset viewer.