提交 7fb56223 编写于 作者: T Takashi Iwai

ALSA: hda - Fix uninitialized variable warning in alc_auto_parse_customize_define()

Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 93929ebc
......@@ -1263,7 +1263,7 @@ static void alc_init_auto_mic(struct hda_codec *codec)
static int alc_auto_parse_customize_define(struct hda_codec *codec)
{
unsigned int ass, tmp, i;
unsigned nid;
unsigned nid = 0;
struct alc_spec *spec = codec->spec;
ass = codec->subsystem_id & 0xffff;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册