From: Takashi Iwai Date: Mon, 30 Aug 2010 09:00:19 +0000 (+0200) Subject: ALSA: hda - Refactor input-pin parser for VIA codecs X-Git-Tag: v2.6.37-rc1~126^2^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3268512c3a5dea587cfe875b8bca98d9e164cd9;p=pandora-kernel.git ALSA: hda - Refactor input-pin parser for VIA codecs patch_via.c has redundant codes for parsing the input-pins. Although they are pretty similar, but all implemented in different functions just because of hard-coded ids and slight incompatibilities. This patch refactors the codes to use the common helper function, resulting in the reduction of many lines. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed