Index: /trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DevIchAc97.cpp	(revision 73624)
+++ /trunk/src/VBox/Devices/Audio/DevIchAc97.cpp	(revision 73625)
@@ -843,5 +843,6 @@
 
         rc = ichac97R3StreamOpen(pThis, pStream);
-        if (RT_SUCCESS(rc))
+
+        if (pStream->Dbg.Runtime.fEnabled)
         {
             if (!DrvAudioHlpFileIsOpen(pStream->Dbg.Runtime.pFileStream))
