ALSA: hda - Fix input-pin setup for Realtek codecs
authorTakashi Iwai <tiwai@suse.de>
Thu, 16 Sep 2010 16:47:56 +0000 (18:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 Sep 2010 16:47:56 +0000 (18:47 +0200)
commit30ea098fc000bb05081a1999269658f1a88af36a
tree67d006cefe4a4a28e40231b405b6fd392dff721f
parent5855fb8076e784a657bc2441cd29f166c7c1ea8c
ALSA: hda - Fix input-pin setup for Realtek codecs

Through the transition of autocfg to individual inputs array, I forgot
to rewrite the argument passed to alc_set_input_pin().  This resulted in
wrongly setup input pins.  Fixed now.

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