Skip to content

Commit

Permalink
[ALSA] hda - Fix COEF and EAPD in ALC889 auto-configuration mode
Browse files Browse the repository at this point in the history
Fix the missing COEF and EAPD initialization in ALC889 auto-configuration
mode.

Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed May 24, 2008
1 parent bc9b562 commit 20a3a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@ static void alc_subsystem_id(struct hda_codec *codec,
case 0x10ec0269:
case 0x10ec0862:
case 0x10ec0662:
case 0x10ec0889:
snd_hda_codec_write(codec, 0x14, 0,
AC_VERB_SET_EAPD_BTLENABLE, 2);
snd_hda_codec_write(codec, 0x15, 0,
Expand All @@ -877,6 +878,7 @@ static void alc_subsystem_id(struct hda_codec *codec,
case 0x10ec0883:
case 0x10ec0885:
case 0x10ec0888:
case 0x10ec0889:
snd_hda_codec_write(codec, 0x20, 0,
AC_VERB_SET_COEF_INDEX, 7);
tmp = snd_hda_codec_read(codec, 0x20, 0,
Expand Down

0 comments on commit 20a3a05

Please sign in to comment.