Skip to content

Commit

Permalink
Update hda-verb.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorys89 committed May 31, 2024
1 parent 47aad6b commit 8206f39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Combo Jack/hda-verb.m
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ static uint32_t headphones(void)
break;
case 0x10ec0295:
AlcVerbCommand(0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24);
AlcVerbCommand(0x21, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xC0);
AlcVerbCommand(0x20, AC_VERB_SET_COEF_INDEX, 0x45);
AlcVerbCommand(0x20, AC_VERB_SET_PROC_COEF, 0xC689);
//AlcVerbCommand(0x21, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xC0);
//AlcVerbCommand(0x20, AC_VERB_SET_COEF_INDEX, 0x45);
// AlcVerbCommand(0x20, AC_VERB_SET_PROC_COEF, 0xC689);
break;
default:
break;
Expand Down

0 comments on commit 8206f39

Please sign in to comment.