ALSA: hda - Use generic parser for STAC/IDT codec driver
authorTakashi Iwai <tiwai@suse.de>
Thu, 17 Jan 2013 16:07:59 +0000 (17:07 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 17 Jan 2013 16:46:13 +0000 (17:46 +0100)
commit36c9db7a1aca3396b26004a3c41f27e2b735536f
tree107c2e90b3d3a13f4582ecb0ac42fa1a98d2859e
parent8f0fdc09aacbf5df5ddeeb8768625ae9c52fab0f
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 <tiwai@suse.de>
sound/pci/hda/Kconfig
sound/pci/hda/patch_sigmatel.c