Index: /trunk/src/VBox/Devices/Audio/DevCodec.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DevCodec.cpp	(revision 33680)
+++ /trunk/src/VBox/Devices/Audio/DevCodec.cpp	(revision 33681)
@@ -214,5 +214,4 @@
             pNode->port.u32F07_param = 0xc0;//RT_BIT(6);
             pNode->port.u32F08_param = 0;
-            pNode->port.u32F09_param = RT_BIT(31)|0x9920; /* 39.2 kOm */
             if (!pState->fInReset)
                 pNode->port.u32F1c_param = RT_MAKE_U32_FROM_U8(0x20, 0x40, 0x21, 0x02);
@@ -222,5 +221,4 @@
             pNode->node.au32F00_param[0xC] = 0x1737;
             pNode->node.au32F02_param[0] = 0x4;
-            pNode->port.u32F09_param = 0;
             pNode->port.u32F07_param = RT_BIT(5);
             if (!pState->fInReset)
@@ -237,10 +235,9 @@
         case 0xD:
             pNode->node.name = "PortD";
-            pNode->node.au32F00_param[0xC] = 0x173c;
-            pNode->port.u32F09_param = 0x173f;
-            pNode->port.u32F07_param = RT_BIT(6);
+            pNode->node.au32F00_param[0xC] = 0x1737;
+            pNode->port.u32F07_param = RT_BIT(5);
             pNode->node.au32F02_param[0] = 0x2;
             if (!pState->fInReset)
-                pNode->port.u32F1c_param = 0x01013040;  /* Line Out */
+                pNode->port.u32F1c_param = RT_MAKE_U32_FROM_U8(0x50, 0x90, 0xA1, 0x02); /* Microphone */
         port_init:
             pNode->port.u32F09_param = RT_BIT(31)|0x7fffffff;
@@ -255,7 +252,7 @@
             pNode->node.au32F00_param[0xC] = 0x34;
             pNode->port.u32F07_param = RT_BIT(5);
-            pNode->port.u32F09_param = RT_BIT(31)|0x7fffffff;
+            pNode->port.u32F09_param = 0x7fffffff;
             if (!pState->fInReset)
-                pNode->port.u32F1c_param = RT_MAKE_U32_FROM_U8(0x50, 0x90, 0xA1, 0x02); /* Microphone */
+                pNode->port.u32F1c_param = 0x01013040;  /* Line Out */
             break;
         case 0xF:
