]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9198265a3edb9cf45082d5261399f6e6995c5b74
tree33b07c79f3d9c02e93f62015985c8fcdab9cbe22
parent692f5aaf592f185b788dd61405d3c71e36e4403c
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