Skip to content

Commit

Permalink
Merge pull request Lorys89#2 from Lorys89/Test-Alc-Verb
Browse files Browse the repository at this point in the history
Test alc verb
  • Loading branch information
Lorys89 authored May 2, 2024
2 parents 8cb45b9 + 1cbcb09 commit cceda1f
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 499 deletions.
4 changes: 2 additions & 2 deletions ALCPlugFix-installer/ALCHeadphoneStaticFix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Headphone Static Fix

/usr/local/bin/hda-verb 0x20 SET_COEF_INDEX 0x67
/usr/local/bin/hda-verb 0x20 SET_PROC_COEF 0x3000
/usr/local/bin/alc-verb 0x20 SET_COEF_INDEX 0x67
/usr/local/bin/alc-verb 0x20 SET_PROC_COEF 0x3000


Binary file modified ALCPlugFix-installer/ALCPlugFix
Binary file not shown.
4 changes: 2 additions & 2 deletions ALCPlugFix-installer/ALCPlugFix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

# Headphone jack plug/unplug fix

/usr/local/bin/hda-verb 0x19 SET_PIN_WIDGET_CONTROL 0x24
/usr/local/bin/hda-verb 0x21 SET_UNSOLICITED_ENABLE 0x83
/usr/local/bin/alc-verb 0x19 SET_PIN_WIDGET_CONTROL 0x24
/usr/local/bin/alc-verb 0x21 SET_UNSOLICITED_ENABLE 0x83



Expand Down
16 changes: 8 additions & 8 deletions ALCPlugFix-installer/ALCRebootFromWinFix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

# Fix for no sound from internal speakers when rebooting from Windows

/usr/local/bin/hda-verb 0x20 SET_COEF_INDEX 0x10
/usr/local/bin/hda-verb 0x20 SET_PROC_COEF 0x0120
/usr/local/bin/alc-verb 0x20 SET_COEF_INDEX 0x10
/usr/local/bin/alc-verb 0x20 SET_PROC_COEF 0x0120

/usr/local/bin/hda-verb 0x20 SET_COEF_INDEX 0x0d
/usr/local/bin/hda-verb 0x20 SET_PROC_COEF 0xa023
/usr/local/bin/alc-verb 0x20 SET_COEF_INDEX 0x0d
/usr/local/bin/alc-verb 0x20 SET_PROC_COEF 0xa023


# Fix for no mic and headphone jack switching when rebooting from Windows

/usr/local/bin/hda-verb 0x20 SET_COEF_INDEX 0x45
/usr/local/bin/hda-verb 0x20 SET_PROC_COEF 0x5289
/usr/local/bin/alc-verb 0x20 SET_COEF_INDEX 0x45
/usr/local/bin/alc-verb 0x20 SET_PROC_COEF 0x5289

/usr/local/bin/hda-verb 0x20 SET_COEF_INDEX 0x46
/usr/local/bin/hda-verb 0x20 SET_PROC_COEF 0x0004
/usr/local/bin/alc-verb 0x20 SET_COEF_INDEX 0x46
/usr/local/bin/alc-verb 0x20 SET_PROC_COEF 0x0004

Loading

0 comments on commit cceda1f

Please sign in to comment.