aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-02-06 11:34:03 -0500
committerTakashi Iwai <tiwai@suse.de>2009-02-06 11:34:03 -0500
commitcfb9fb5517faa9e61c7e874fc89ef9c9253a0902 (patch)
treed042abf187888641f2c2694da61d0f74796abaa0 /sound/pci/hda/patch_realtek.c
parentc5a4bcd0cac546c5d776af881c5e913ba4a9922d (diff)
ALSA: hda - Fix unused variable compile warning
sound/pci/hda/patch_realtek.c:12693: warning: unused variable ā€˜iā€™ Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 3d933e307b19..f594a0960290 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -12690,7 +12690,7 @@ static int alc269_auto_create_analog_input_ctls(struct alc_spec *spec,
12690static int alc269_parse_auto_config(struct hda_codec *codec) 12690static int alc269_parse_auto_config(struct hda_codec *codec)
12691{ 12691{
12692 struct alc_spec *spec = codec->spec; 12692 struct alc_spec *spec = codec->spec;
12693 int i, err; 12693 int err;
12694 static hda_nid_t alc269_ignore[] = { 0x1d, 0 }; 12694 static hda_nid_t alc269_ignore[] = { 0x1d, 0 };
12695 12695
12696 err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, 12696 err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,