Changeset 31077 in vbox
- Timestamp:
- Jul 24, 2010 5:51:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevCodec.cpp
r31076 r31077 516 516 pNode->node.name = "DigIn_0"; 517 517 pNode->node.au32F00_param[9] = (4 << 20)|(3<<16)|RT_BIT(10)|RT_BIT(9)|RT_BIT(7)|RT_BIT(0); 518 pNode->node.au32F00_param[0xC] = RT_BIT(16)|RT_BIT(5)|RT_BIT(2);518 pNode->node.au32F00_param[0xC] = /* RT_BIT(16)|*/ RT_BIT(5)|RT_BIT(2); 519 519 pNode->digin.u32F05_param = (3 << 4)|0x3; 520 520 pNode->digin.u32F07_param = 0; … … 613 613 { 614 614 int rc = VINF_SUCCESS; 615 Assert(CODEC_CAD(cmd) == pState->id) 615 Assert(CODEC_CAD(cmd) == pState->id); 616 616 if ( CODEC_VERBDATA(cmd) == 0 617 617 || CODEC_NID(cmd) >= STAC9220_NODE_COUNT
Note:
See TracChangeset
for help on using the changeset viewer.