Commit 0aea778e authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Remove the COEF setup for ALC267/ALC268

The COEF setup for model=auto seems problematic on some laptops,
resulting in the silent speaker output.  Better to disable it for now.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 95f475f7
...@@ -1145,6 +1145,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type) ...@@ -1145,6 +1145,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type)
case 0x10ec0888: case 0x10ec0888:
alc888_coef_init(codec); alc888_coef_init(codec);
break; break;
#if 0 /* XXX: This may cause the silent output on speaker on some machines */
case 0x10ec0267: case 0x10ec0267:
case 0x10ec0268: case 0x10ec0268:
snd_hda_codec_write(codec, 0x20, 0, snd_hda_codec_write(codec, 0x20, 0,
...@@ -1157,6 +1158,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type) ...@@ -1157,6 +1158,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type)
AC_VERB_SET_PROC_COEF, AC_VERB_SET_PROC_COEF,
tmp | 0x3000); tmp | 0x3000);
break; break;
#endif /* XXX */
} }
break; break;
} }
......
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