Skip to content

Commit

Permalink
Revert "fix hp 295"
Browse files Browse the repository at this point in the history
This reverts commit 0e4b09d.
  • Loading branch information
Lorys89 committed May 31, 2024
1 parent 0e4b09d commit 462ddb4
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 @@ -277,9 +277,9 @@ static uint32_t headphones(void)
AlcVerbCommand(0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24);
break;
case 0x10ec0295:
AlcVerbCommand(0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24);
AlcVerbCommand(0x20, AC_VERB_SET_COEF_INDEX, 0x45);
AlcVerbCommand(0x20, AC_VERB_SET_PROC_COEF, 0xC689);
AlcVerbCommand(0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24);
break;
default:
break;
Expand Down

0 comments on commit 462ddb4

Please sign in to comment.