VirtualBox

Changeset 31172 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Jul 28, 2010 4:02:38 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64158
Message:

HDA: Fixed spelling.

Location:
trunk/src/VBox/Devices/Audio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevCodec.cpp

    r31156 r31172  
    231231        *pResp = pState->pNodes[CODEC_NID(cmd)].volumeKnob.u32F08_param;
    232232    else
    233         AssertMsgFailed(("unsuported operation %x on node: %x\n", CODEC_VERB_CMD8(cmd), CODEC_NID(cmd)));
     233        AssertMsgFailed(("unsupported operation %x on node: %x\n", CODEC_VERB_CMD8(cmd), CODEC_NID(cmd)));
    234234    return VINF_SUCCESS;
    235235}
     
    248248        pu32Reg = &pState->pNodes[CODEC_NID(cmd)].volumeKnob.u32F08_param;
    249249    else
    250         AssertMsgFailed(("unsuported operation %x on node: %x\n", CODEC_VERB_CMD8(cmd), CODEC_NID(cmd)));
     250        AssertMsgFailed(("unsupported operation %x on node: %x\n", CODEC_VERB_CMD8(cmd), CODEC_NID(cmd)));
    251251    Assert(pu32Reg);
    252252    *pu32Reg &= ~CODEC_VERB_8BIT_DATA;
     
    255255}
    256256
    257 static int codecGetPinSence(struct CODECState *pState, uint32_t cmd, uint64_t *pResp)
     257static int codecGetPinSense(struct CODECState *pState, uint32_t cmd, uint64_t *pResp)
    258258{
    259259    *pResp = 0;
     
    263263        *pResp = pState->pNodes[CODEC_NID(cmd)].digin.u32F09_param;
    264264    else
    265         AssertMsgFailed(("unsuported operation %x on node: %x\n", CODEC_VERB_CMD8(cmd), CODEC_NID(cmd)));
    266     return VINF_SUCCESS;
    267 }
    268 static int codecSetPinSence(struct CODECState *pState, uint32_t cmd, uint64_t *pResp)
     265        AssertMsgFailed(("unsupported operation %x on node: %x\n", CODEC_VERB_CMD8(cmd), CODEC_NID(cmd)));
     266    return VINF_SUCCESS;
     267}
     268static int codecSetPinSense(struct CODECState *pState, uint32_t cmd, uint64_t *pResp)
    269269{
    270270    *pResp = 0;
     
    721721    {0x000F0800, CODEC_VERB_8BIT_CMD , codecGetUnsolicitedEnabled  },
    722722    {0x00070800, CODEC_VERB_8BIT_CMD , codecSetUnsolicitedEnabled  },
    723     {0x000F0900, CODEC_VERB_8BIT_CMD , codecGetPinSence            },
    724     {0x00070900, CODEC_VERB_8BIT_CMD , codecSetPinSence            },
     723    {0x000F0900, CODEC_VERB_8BIT_CMD , codecGetPinSense            },
     724    {0x00070900, CODEC_VERB_8BIT_CMD , codecSetPinSense            },
    725725    {0x000F0200, CODEC_VERB_8BIT_CMD , codecGetConnectionListEntry },
    726726    {0x000F0300, CODEC_VERB_8BIT_CMD , codecGetProcessingState     },
     
    846846        stac9220ResetNode(pState, i, &pState->pNodes[i]);
    847847    }
     848    //** @todo r=michaln: Was this meant to be 'HDA' or something like that? (AC'97 was on ICH0)
    848849    AUD_register_card ("ICH0", &pState->card);
    849850
  • trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp

    r31156 r31172  
    677677    if (!HDA_REG_FLAG_VALUE(pState, GCTL, UR))
    678678    {
    679         Log(("hda: unsolisited response %016lx is ignored\n"));
     679        Log(("hda: unsolicited response %016lx is ignored\n"));
    680680        return VINF_SUCCESS;
    681681    }
     
    718718            && !HDA_REG_FLAG_VALUE(pState, GCTL, UR))
    719719        {
    720             Log(("hda: unexpected unsolisited response.\n"));
     720            Log(("hda: unexpected unsolicited response.\n"));
    721721            pState->au32Regs[ICH6_HDA_REG_CORBRP] = corbRp;
    722722            return rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette