From: Takashi Iwai Date: Wed, 4 Aug 2010 05:37:39 +0000 (+0200) Subject: ALSA: hda - Fix initial capsrc selection in patch_alc269() X-Git-Tag: v2.6.36-rc1~493^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=748cce431eb413e794c8f1d1974b78b47a6174ef;p=pandora-kernel.git ALSA: hda - Fix initial capsrc selection in patch_alc269() In patch_alc269(), we initialize the primary capsrc so that the device works from the beginning. It issues CONNECT_SEL verb no matter which widget is although some widget (e.g. 0x23) has no connection selection but a mixer, which requires unmuting instead. This patch fixes the initialization of capsrc by re-using the code as a helper function. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed