Commit 20a3a05d authored by Takashi Iwai's avatar Takashi Iwai

[ALSA] hda - Fix COEF and EAPD in ALC889 auto-configuration mode

Fix the missing COEF and EAPD initialization in ALC889 auto-configuration
mode.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent bc9b5623
...@@ -853,6 +853,7 @@ static void alc_subsystem_id(struct hda_codec *codec, ...@@ -853,6 +853,7 @@ static void alc_subsystem_id(struct hda_codec *codec,
case 0x10ec0269: case 0x10ec0269:
case 0x10ec0862: case 0x10ec0862:
case 0x10ec0662: case 0x10ec0662:
case 0x10ec0889:
snd_hda_codec_write(codec, 0x14, 0, snd_hda_codec_write(codec, 0x14, 0,
AC_VERB_SET_EAPD_BTLENABLE, 2); AC_VERB_SET_EAPD_BTLENABLE, 2);
snd_hda_codec_write(codec, 0x15, 0, snd_hda_codec_write(codec, 0x15, 0,
...@@ -877,6 +878,7 @@ static void alc_subsystem_id(struct hda_codec *codec, ...@@ -877,6 +878,7 @@ static void alc_subsystem_id(struct hda_codec *codec,
case 0x10ec0883: case 0x10ec0883:
case 0x10ec0885: case 0x10ec0885:
case 0x10ec0888: case 0x10ec0888:
case 0x10ec0889:
snd_hda_codec_write(codec, 0x20, 0, snd_hda_codec_write(codec, 0x20, 0,
AC_VERB_SET_COEF_INDEX, 7); AC_VERB_SET_COEF_INDEX, 7);
tmp = snd_hda_codec_read(codec, 0x20, 0, tmp = snd_hda_codec_read(codec, 0x20, 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment