Commit fb6254df authored by Kailang Yang's avatar Kailang Yang Committed by Takashi Iwai
Browse files

ALSA: hda/realtek - Fixed two speaker platform



If system has two speakers and one connect to 0x14 pin, use this
function will disable it.

Fixes: e43252db ("ALSA: hda/realtek - ALC287 I2S speaker platform support")
Signed-off-by: default avatarKailang Yang <kailang@realtek.com>
Link: https://lore.kernel.org/r/e3f2aac3fe6a47079d728a6443358cc2@realtek.com


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 22eefaea
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -7073,9 +7073,11 @@ static void alc287_fixup_bind_dacs(struct hda_codec *codec,
	snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
	spec->gen.preferred_dacs = preferred_pairs;
	spec->gen.auto_mute_via_amp = 1;
	if (spec->gen.autocfg.speaker_pins[0] != 0x14) {
		snd_hda_codec_write_cache(codec, 0x14, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
					0x0); /* Make sure 0x14 was disable */
	}
}


enum {