Skip to content

Commit

Permalink
ALSA: hda - Fix uninitialized variable warning in alc_auto_parse_cust…
Browse files Browse the repository at this point in the history
…omize_define()

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Mar 22, 2010
1 parent 93929eb commit 7fb5622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7fb5622

Please sign in to comment.