提交 c7eb6d89 编写于 作者: G Goldfish64

AudioDxe: Fix previous commit

上级 faf05771
......@@ -43,7 +43,7 @@ HdaCodecProbeWidget (
UINT32 Response;
UINT8 ConnectionListThresh;
UINT8 AmpInCount;
UINT32 AmpInCount;
UINT8 ActualConnectionCount;
UINT16 Connection;
UINT16 ConnectionPrev;
......@@ -248,7 +248,7 @@ HdaCodecProbeWidget (
for (UINT8 i = 0; i < AmpInCount; i++) {
// Get left.
Status = HdaIo->SendCommand(HdaIo, HdaWidget->NodeId,
HDA_CODEC_VERB(HDA_VERB_GET_AMP_GAIN_MUTE,
HDA_CODEC_VERB (HDA_VERB_GET_AMP_GAIN_MUTE,
HDA_VERB_GET_AMP_GAIN_MUTE_PAYLOAD (i, TRUE, FALSE)), &Response);
if (EFI_ERROR (Status)) {
return Status;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册