From: Takashi Iwai Date: Thu, 17 Jan 2013 16:07:59 +0000 (+0100) Subject: ALSA: hda - Use generic parser for STAC/IDT codec driver X-Git-Tag: v3.9-rc1~129^2~70^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36c9db7a1aca3396b26004a3c41f27e2b735536f;p=pandora-kernel.git ALSA: hda - Use generic parser for STAC/IDT codec driver Finally we reached here. All codecs driver (except for CA0132, which has really device-specific requirements) have been converted to use the generic parser. This patch appears bigger than others since it also involves with the code shuffling, but mostly the cut-off of parser codes and adapt to the generic parser flags. Most of fixup codecs haven't been changed but just removed a few unnecessary codes. The only missing stuff is the SPDIF mux control. It'll be added again later. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed