ALSA: hda - Fix input pinctl for ALC882 auto mode
authorTakashi Iwai <tiwai@suse.de>
Tue, 30 Jun 2009 14:11:11 +0000 (16:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 30 Jun 2009 14:11:11 +0000 (16:11 +0200)
commit0d971c9fcf06d22663040570c3cfe08b137c4b2f
tree33b07c79f3d9c02e93f62015985c8fcdab9cbe22
parent4953550a6ca399b644ef057626617465d8be9a7b
ALSA: hda - Fix input pinctl for ALC882 auto mode

alc882_auto_init_analog_input() sets the input pins to VREF-80 regardless
of the input pin types although it shouldn't be for line-in pins.

This patch fixes the behavior to follow other codecs.

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