diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-01-17 17:07:59 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-17 17:46:13 +0100 |
commit | 36c9db7a1aca3396b26004a3c41f27e2b735536f (patch) | |
tree | 107c2e90b3d3a13f4582ecb0ac42fa1a98d2859e /sound/pci/hda/Kconfig | |
parent | 8f0fdc09aacbf5df5ddeeb8768625ae9c52fab0f (diff) | |
download | blackbird-op-linux-36c9db7a1aca3396b26004a3c41f27e2b735536f.tar.gz blackbird-op-linux-36c9db7a1aca3396b26004a3c41f27e2b735536f.zip |
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>
Diffstat (limited to 'sound/pci/hda/Kconfig')
-rw-r--r-- | sound/pci/hda/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index 4004d405e082..4466bf63d6bf 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig @@ -112,6 +112,7 @@ config SND_HDA_CODEC_ANALOG config SND_HDA_CODEC_SIGMATEL bool "Build IDT/Sigmatel HD-audio codec support" default y + select SND_HDA_GENERIC help Say Y here to include IDT (Sigmatel) HD-audio codec support in snd-hda-intel driver, such as STAC9200. |