- Timestamp:
- Jan 5, 2017 11:59:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r65146 r65148 3898 3898 3899 3899 if (pThis->cStreamsActive) /* Disable can be called mupltiple times. */ 3900 { 3900 3901 pThis->cStreamsActive--; 3901 3902 3902 if (pThis->cStreamsActive == 0) 3903 hdaTimerStop(pThis); 3903 if (pThis->cStreamsActive == 0) 3904 hdaTimerStop(pThis); 3905 } 3904 3906 } 3905 3907 … … 3917 3919 3918 3920 uint64_t cTicksNow = TMTimerGet(pThis->pTimer); 3919 3920 Log4Func(("Timer enter\n"));3921 3921 3922 3922 /* Update current time timestamp. */ … … 4786 4786 4787 4787 } /* while !fDone */ 4788 4789 Log2Func(("[SD%RU8] End\n", pStream->u8SD)); 4788 4790 4789 4791 hdaStreamUnlock(pStream);
Note:
See TracChangeset
for help on using the changeset viewer.