From: Takashi Iwai Date: Tue, 30 Jun 2009 14:11:11 +0000 (+0200) Subject: ALSA: hda - Fix input pinctl for ALC882 auto mode X-Git-Tag: v2.6.32-rc1~732^2~13^2~88 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=0d971c9fcf06d22663040570c3cfe08b137c4b2f;hp=0d971c9fcf06d22663040570c3cfe08b137c4b2f 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 ---