forked from luck/tmp_suning_uos_patched
ALSA: hda - Fix uninitialized variable warning in alc_auto_parse_customize_define()
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
93929ebc81
commit
7fb5622326
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user