Index: /trunk/src/VBox/Devices/Audio/DrvHostDebugAudio.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DrvHostDebugAudio.cpp	(revision 87852)
+++ /trunk/src/VBox/Devices/Audio/DrvHostDebugAudio.cpp	(revision 87853)
@@ -174,11 +174,4 @@
     /* Chose a random frequency so that every time a recording is started (hopefully) another tone will be generated. */
     pStreamDbg->In.uFreqHz   = auFreqsHz[RTRandU32Ex(0, RT_ELEMENTS(auFreqsHz) - 1)];
-
-    pCfgAcq->Props.uHz         = 22050; /* 22,5 kHz. */
-    pCfgAcq->Props.cbSample    = 2;     /* 16-bit samples. */
-    pCfgAcq->Props.cChannels   = 1;     /* Mono. */
-    pCfgAcq->Props.fSigned     = true;
-    pCfgAcq->Props.fSwapEndian = false;
-    pCfgAcq->Props.cShift      = PDMAUDIOPCMPROPS_MAKE_SHIFT_PARMS(pCfgAcq->Props.cbSample, pCfgAcq->Props.cChannels);
 
     return debugCreateFile(pDrv, pStreamDbg, true /* fIn */, pCfgAcq);
