diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-12-21 15:17:06 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-12 08:45:00 +0100 |
commit | 78bb3cb0e24066f78168968de5f8e19615f1854e (patch) | |
tree | b6eb8938ce7b8206b06426c2c34d312931862d48 /sound/pci/hda/Kconfig | |
parent | bf92d1d5032d82e507cb328810cd7e1a046c1d0f (diff) | |
download | linux-78bb3cb0e24066f78168968de5f8e19615f1854e.tar.gz linux-78bb3cb0e24066f78168968de5f8e19615f1854e.tar.bz2 linux-78bb3cb0e24066f78168968de5f8e19615f1854e.zip |
ALSA: hda - Add generic parser support to Analog Device codec driver
This patch adds the support for the generic auto-parser to AD codec
driver. For AD1988, the old code is replaced simply with the new
generic parser. For other codecs, new model "auto" is added and
directed to use the generic parser.
No fixup codes have been implemented yet as of now. Eventually we'd
replace each static quirk with the generic parser + fixup.
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 206f678f41d1..4962441e6cf7 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig @@ -99,6 +99,7 @@ config SND_HDA_CODEC_REALTEK config SND_HDA_CODEC_ANALOG bool "Build Analog Device HD-audio codec support" default y + select SND_HDA_GENERIC help Say Y here to include Analog Device HD-audio codec support in snd-hda-intel driver, such as AD1986A. |