Skip to content

Commit

Permalink
Update hda-verb.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorys89 authored May 30, 2024
1 parent 5fdcb26 commit 0f00f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Combo Jack/hda-verb.m
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static uint32_t headphones(void)
break;
case 0x10ec0295:
AlcVerbCommand(0x20, AC_VERB_SET_COEF_INDEX, 0x45);
AlcVerbCommand(0x20, AC_VERB_SET_PROC_COEF, 0xC689);
AlcVerbCommand(0x20, AC_VERB_SET_PROC_COEF, 0xC489);
AlcVerbCommand(0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24);
break;
default:
Expand Down

0 comments on commit 0f00f62

Please sign in to comment.