Index: /trunk/src/VBox/Devices/Audio/DevHDA.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DevHDA.cpp	(revision 65147)
+++ /trunk/src/VBox/Devices/Audio/DevHDA.cpp	(revision 65148)
@@ -3898,8 +3898,10 @@
 
     if (pThis->cStreamsActive) /* Disable can be called mupltiple times. */
+    {
         pThis->cStreamsActive--;
 
-    if (pThis->cStreamsActive == 0)
-        hdaTimerStop(pThis);
+        if (pThis->cStreamsActive == 0)
+            hdaTimerStop(pThis);
+    }
 }
 
@@ -3917,6 +3919,4 @@
 
     uint64_t cTicksNow = TMTimerGet(pThis->pTimer);
-
-    Log4Func(("Timer enter\n"));
 
     /* Update current time timestamp. */
@@ -4786,4 +4786,6 @@
 
     } /* while !fDone */
+
+    Log2Func(("[SD%RU8] End\n", pStream->u8SD));
 
     hdaStreamUnlock(pStream);
