Index: /trunk/src/VBox/Devices/Audio/DevCodec.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DevCodec.cpp	(revision 31171)
+++ /trunk/src/VBox/Devices/Audio/DevCodec.cpp	(revision 31172)
@@ -231,5 +231,5 @@
         *pResp = pState->pNodes[CODEC_NID(cmd)].volumeKnob.u32F08_param;
     else
-        AssertMsgFailed(("unsuported operation %x on node: %x\n", CODEC_VERB_CMD8(cmd), CODEC_NID(cmd)));
+        AssertMsgFailed(("unsupported operation %x on node: %x\n", CODEC_VERB_CMD8(cmd), CODEC_NID(cmd)));
     return VINF_SUCCESS;
 }
@@ -248,5 +248,5 @@
         pu32Reg = &pState->pNodes[CODEC_NID(cmd)].volumeKnob.u32F08_param;
     else
-        AssertMsgFailed(("unsuported operation %x on node: %x\n", CODEC_VERB_CMD8(cmd), CODEC_NID(cmd)));
+        AssertMsgFailed(("unsupported operation %x on node: %x\n", CODEC_VERB_CMD8(cmd), CODEC_NID(cmd)));
     Assert(pu32Reg);
     *pu32Reg &= ~CODEC_VERB_8BIT_DATA;
@@ -255,5 +255,5 @@
 }
 
-static int codecGetPinSence(struct CODECState *pState, uint32_t cmd, uint64_t *pResp)
+static int codecGetPinSense(struct CODECState *pState, uint32_t cmd, uint64_t *pResp)
 {
     *pResp = 0;
@@ -263,8 +263,8 @@
         *pResp = pState->pNodes[CODEC_NID(cmd)].digin.u32F09_param;
     else
-        AssertMsgFailed(("unsuported operation %x on node: %x\n", CODEC_VERB_CMD8(cmd), CODEC_NID(cmd)));
-    return VINF_SUCCESS;
-}
-static int codecSetPinSence(struct CODECState *pState, uint32_t cmd, uint64_t *pResp)
+        AssertMsgFailed(("unsupported operation %x on node: %x\n", CODEC_VERB_CMD8(cmd), CODEC_NID(cmd)));
+    return VINF_SUCCESS;
+}
+static int codecSetPinSense(struct CODECState *pState, uint32_t cmd, uint64_t *pResp)
 {
     *pResp = 0;
@@ -721,6 +721,6 @@
     {0x000F0800, CODEC_VERB_8BIT_CMD , codecGetUnsolicitedEnabled  },
     {0x00070800, CODEC_VERB_8BIT_CMD , codecSetUnsolicitedEnabled  },
-    {0x000F0900, CODEC_VERB_8BIT_CMD , codecGetPinSence            },
-    {0x00070900, CODEC_VERB_8BIT_CMD , codecSetPinSence            },
+    {0x000F0900, CODEC_VERB_8BIT_CMD , codecGetPinSense            },
+    {0x00070900, CODEC_VERB_8BIT_CMD , codecSetPinSense            },
     {0x000F0200, CODEC_VERB_8BIT_CMD , codecGetConnectionListEntry },
     {0x000F0300, CODEC_VERB_8BIT_CMD , codecGetProcessingState     },
@@ -846,4 +846,5 @@
         stac9220ResetNode(pState, i, &pState->pNodes[i]);
     }
+    //** @todo r=michaln: Was this meant to be 'HDA' or something like that? (AC'97 was on ICH0)
     AUD_register_card ("ICH0", &pState->card);
 
Index: /trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp	(revision 31171)
+++ /trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp	(revision 31172)
@@ -677,5 +677,5 @@
     if (!HDA_REG_FLAG_VALUE(pState, GCTL, UR))
     {
-        Log(("hda: unsolisited response %016lx is ignored\n"));
+        Log(("hda: unsolicited response %016lx is ignored\n"));
         return VINF_SUCCESS;
     }
@@ -718,5 +718,5 @@
             && !HDA_REG_FLAG_VALUE(pState, GCTL, UR))
         {
-            Log(("hda: unexpected unsolisited response.\n"));
+            Log(("hda: unexpected unsolicited response.\n"));
             pState->au32Regs[ICH6_HDA_REG_CORBRP] = corbRp;
             return rc;
