Changeset 82405 in vbox
- Timestamp:
- Dec 5, 2019 12:37:14 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r82404 r82405 163 163 return VBOXSTRICTRC_TODO(rcLock); \ 164 164 } while (0) 165 166 /**167 * Releases the HDA lock and TM lock.168 */169 #define DEVHDA_UNLOCK_BOTH(a_pDevIns, a_pThis, a_pStream) \170 PDMDevHlpTimerUnlockClock2(pDevIns, (a_pStream)->hTimer, &(a_pThis)->CritSect)171 165 172 166
Note:
See TracChangeset
for help on using the changeset viewer.

