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 2af617d commit 47aad6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Combo Jack/hda-verb.m
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,10 @@ 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(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(0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24);
break;
default:
break;
Expand Down Expand Up @@ -327,6 +328,7 @@ static uint32_t headset(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, 0xD689);
usleep(350000);
Expand Down

0 comments on commit 47aad6b

Please sign in to comment.