ALSA: hda - Fix an "unused variable" compile warning
authorTakashi Iwai <tiwai@suse.de>
Fri, 27 Feb 2009 16:52:22 +0000 (17:52 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 27 Feb 2009 16:52:22 +0000 (17:52 +0100)
commitc82c8abdeef53eb0bb0504becb4e91bbccceaee8
treea52b657bb390e0d9e2d77980a0df648f64f0113a
parent53eff7e1e0de1cde8e8cbe619f401d2578dde946
ALSA: hda - Fix an "unused variable" compile warning

Forgot to remove an unused variable.
  sound/pci/hda/patch_realtek.c: In function ‘alc882_auto_init_analog_input’:
  sound/pci/hda/patch_realtek.c:7018: warning: unused variable ‘vref’

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c