Changeset 68719 in vbox
- Timestamp:
- Sep 12, 2017 9:48:11 AM (7 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r68711 r68719 2561 2561 pThis->fTimerActive = false; 2562 2562 2563 TMTimerStop(pThis->pTimer); 2563 /* Note: Do not stop the timer via TMTimerStop() here, as there still might 2564 * be queued audio data which needs to be handled (e.g. played back) first 2565 * before actually stopping the timer for good. */ 2564 2566 } 2565 2567 -
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r68713 r68719 2151 2151 pThis->fTimerActive = false; 2152 2152 2153 TMTimerStop(pThis->pTimer); 2153 /* Note: Do not stop the timer via TMTimerStop() here, as there still might 2154 * be queued audio data which needs to be handled (e.g. played back) first 2155 * before actually stopping the timer for good. */ 2154 2156 } 2155 2157
Note:
See TracChangeset
for help on using the changeset viewer.