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

Commit fc64b26c authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Set default GPIO for IDT92HD71bxx



A smiliar fix for IDT 92HD71Bxx codecs like the previous commit for
other IDT/STAC codecs.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent af6ee302
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5242,7 +5242,7 @@ static int patch_stac92hd71bxx(struct hda_codec *codec)
		stac92xx_set_config_regs(codec,
				stac92hd71bxx_brd_tbl[spec->board_config]);

	if (spec->board_config > STAC_92HD71BXX_REF) {
	if (spec->board_config != STAC_92HD71BXX_REF) {
		/* GPIO0 = EAPD */
		spec->gpio_mask = 0x01;
		spec->gpio_dir = 0x01;