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

Commit 7e257405 authored by Matthew Ranostay's avatar Matthew Ranostay Committed by Jaroslav Kysela
Browse files

ALSA: hda - removed redundant gpio_mask



An gpio_mask value was defined twice needlessly.

Signed-off-by: default avatarMatthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent 3fccd8b1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3669,7 +3669,6 @@ again:
	/* GPIO0 High = EAPD */
	spec->gpio_mask = 0x01;
	spec->gpio_dir = 0x01;
	spec->gpio_mask = 0x01;
	spec->gpio_data = 0x01;

	spec->mux_nids = stac92hd71bxx_mux_nids;