Index: /trunk/src/VBox/Devices/Audio/dsoundaudio.c
===================================================================
--- /trunk/src/VBox/Devices/Audio/dsoundaudio.c	(revision 35574)
+++ /trunk/src/VBox/Devices/Audio/dsoundaudio.c	(revision 35575)
@@ -719,4 +719,6 @@
             return 0;
         hr = IDirectSoundBuffer_GetCurrentPosition(dsb, &ppos, ds->first_time ? &wpos : NULL);
+        if (hr == DSERR_BUFFERLOST)
+            return 0;   // Avoid log flooding if the error is still there.
     }
     if (FAILED (hr)) {
