Skip to content

Commit

Permalink
ALSA: hda - Fix unused variable compile warning
Browse files Browse the repository at this point in the history
  sound/pci/hda/patch_realtek.c:12693: warning: unused variable ‘i’

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Feb 6, 2009
1 parent c5a4bcd commit cfb9fb5
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 @@ -12690,7 +12690,7 @@ static int alc269_auto_create_analog_input_ctls(struct alc_spec *spec,
static int alc269_parse_auto_config(struct hda_codec *codec)
{
struct alc_spec *spec = codec->spec;
int i, err;
int err;
static hda_nid_t alc269_ignore[] = { 0x1d, 0 };

err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
Expand Down

0 comments on commit cfb9fb5

Please sign in to comment.