diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-12-20 16:34:12 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-12 08:44:56 +0100 |
commit | aed523f193ed0a208d93c764e5372ac645cc0402 (patch) | |
tree | af6e408a83d4dc9f3a98c35b0c9b1611e7bf67f9 /sound/pci/hda/Kconfig | |
parent | 1077a024812d3b2d76a7a371df75795a276d9dd8 (diff) | |
download | linux-aed523f193ed0a208d93c764e5372ac645cc0402.tar.bz2 |
ALSA: hda - Use generic parser in Conexant codec driver
... and drop most of own parser code.
It doesn't replace any present static quirks, though.
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 07025a9339ef..206f678f41d1 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig @@ -162,6 +162,7 @@ config SND_HDA_CODEC_CIRRUS config SND_HDA_CODEC_CONEXANT bool "Build Conexant HD-audio codec support" default y + select SND_HDA_GENERIC help Say Y here to include Conexant HD-audio codec support in snd-hda-intel driver, such as CX20549. |