提交 7e257405 编写于 作者: M Matthew Ranostay 提交者: Jaroslav Kysela

ALSA: hda - removed redundant gpio_mask

An gpio_mask value was defined twice needlessly.
Signed-off-by: NMatthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NJaroslav Kysela <perex@perex.cz>
上级 3fccd8b1
......@@ -3669,7 +3669,6 @@ static int patch_stac92hd71bxx(struct hda_codec *codec)
/* 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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册