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

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

ALSA: hda - Fix remaining VREF mute-LED NID check in post-3.1 changes



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b5212878
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4442,7 +4442,7 @@ static int stac92xx_init(struct hda_codec *codec)
		/* power on when no jack detection is available */
		/* power on when no jack detection is available */
		/* or when the VREF is used for controlling LED */
		/* or when the VREF is used for controlling LED */
		if (!spec->hp_detect ||
		if (!spec->hp_detect ||
		    (spec->gpio_led > 8 && spec->gpio_led == nid)) {
		    spec->vref_mute_led_nid == nid) {
			stac_toggle_power_map(codec, nid, 1);
			stac_toggle_power_map(codec, nid, 1);
			continue;
			continue;
		}
		}