- Timestamp:
- Jul 29, 2016 9:01:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHdaCodec.cpp
r62585 r62672 1177 1177 pNode->port.u32F07_param = CODEC_F07_IN_ENABLE; 1178 1178 pNode->port.u32F08_param = 0; 1179 pNode->port.u32F09_param = CODEC_MAKE_F09_ANALOG(true /* fPresent */, CODEC_F09_ANALOG_NA); 1179 /* If Line in is reported as enabled, OS X sees no speakers! Windows does 1180 * not care either way, although Linux does. 1181 */ 1182 pNode->port.u32F09_param = CODEC_MAKE_F09_ANALOG(0, 0); 1180 1183 1181 1184 pNode->port.node.au32F00_param[0x9] = CODEC_MAKE_F00_09(CODEC_F00_09_TYPE_PIN_COMPLEX, 0, 0)
Note:
See TracChangeset
for help on using the changeset viewer.