Changeset 32412 in vbox
- Timestamp:
- Sep 10, 2010 2:45:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevCodec.cpp
r31990 r32412 468 468 *pResp = 0; 469 469 uint32_t *pu32Reg = NULL; 470 //** @todo r=michaln: Copy/paste bug? This can't be F08_parm! 470 471 if (STAC9220_IS_PORT_CMD(cmd)) 471 472 pu32Reg = &pState->pNodes[CODEC_NID(cmd)].port.u32F08_param; … … 1045 1046 case 0xD: 1046 1047 pNode->node.name = "PortD"; 1047 pNode->port.u32F09_param = 0;1048 1048 pNode->node.au32F00_param[0xC] = 0x173f; 1049 pNode->port.u32F09_param = RT_BIT(31)|0x9920; /* 39.2 kOhm */ 1050 pNode->port.u32F07_param = 0x20; 1049 1051 *(uint32_t *)pNode->node.au8F02_param = 0x2; 1052 if (!pState->fInReset) 1053 pNode->port.u32F1c_param = 0x01A13040; /* Microphone */ 1050 1054 port_init: 1051 1055 pNode->port.u32F08_param = 0;
Note:
See TracChangeset
for help on using the changeset viewer.