From: Takashi Iwai Date: Fri, 9 Apr 2010 15:32:23 +0000 (+0200) Subject: ALSA: hda - Fix initial capture source connections of ALC880/260 X-Git-Tag: v2.6.34-rc5~12^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f311a46916a3be00a1a8e3f1bdf461d08f1d263;p=pandora-kernel.git ALSA: hda - Fix initial capture source connections of ALC880/260 The widget connections of ADC of ALC880 and ALC2260 aren't initialized, thus it might point to invalid pin. This can be a problem when mode=auto and there is only one input pin. Then user can't change the connection at all. This patch adds the code to initialize the input pin connection of these codecs. Reference: Novell bnc#594363 https://bugzilla.novell.com/show_bug.cgi?id=594363 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed