Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2078600b authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Takashi Iwai
Browse files

ALSA: Revert "ALSA: hda/realtek - Avoid invalid COEFs for ALC271X"



This reverts commit d3c56568.

The reverted commit breaks audio through headphone line out on
the Acer TravelMate B113 (Type1Sku0) Notebook, my main work
machine. I don't know much about it but this fixes my problem.
Bisected and tested.

Fixes: d3c56568 ('ALSA: hda/realtek - Avoid invalid COEFs for ALC271X')
Cc: <stable@vger.kernel.org>
Tested-by: default avatarMartin Kepplinger <martink@posteo.de>
Signed-off-by: default avatarMartin Kepplinger <martink@posteo.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ef8e39b5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -4438,9 +4438,6 @@ static void alc269_fill_coef(struct hda_codec *codec)

	if (spec->codec_variant != ALC269_TYPE_ALC269VB)
		return;
	/* ALC271X doesn't seem to support these COEFs (bko#52181) */
	if (!strcmp(codec->chip_name, "ALC271X"))
		return;

	if ((alc_get_coef0(codec) & 0x00ff) < 0x015) {
		alc_write_coef_idx(codec, 0xf, 0x960b);