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

Commit a2a870c8 authored by Lydia Wang's avatar Lydia Wang Committed by Takashi Iwai
Browse files

ALSA: hda - Fix Independent-HP detection on VT2002P/1802/1812 codecs



For VT2002P, VT1802 and VT1812 codecs, to create Independent HP
control.

Signed-off-by: default avatarLydia Wang <lydiawang@viatech.com.cn>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5c9a5615
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1915,6 +1915,12 @@ static int via_auto_create_hp_ctls(struct hda_codec *codec, hda_nid_t pin)
				   &spec->hp_path)) {
		spec->hp_dac_nid = spec->hp_path.path[0];
		spec->hp_indep_shared = true;
	} else if (spec->multiout.dac_nids[HDA_CLFE] &&
		 parse_output_path(codec, pin,
				   spec->multiout.dac_nids[HDA_CLFE],
				   &spec->hp_path)) {
		spec->hp_dac_nid = spec->hp_path.path[0];
		spec->hp_indep_shared = true;
	}

	if (!parse_output_path(codec, pin, spec->multiout.dac_nids[HDA_FRONT],