diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-07-01 12:11:44 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-07-01 12:11:44 -0400 |
commit | e5f1424807f4fa7aeddc376575e3b413c71c6fe1 (patch) | |
tree | fcf957fca403639a71707d539130cfcf30a8e062 /sound/pci/hda/Kconfig | |
parent | c78578693376e68ecdfcb64a3cc3a95a31b49295 (diff) |
ALSA: hda - Add Cirrus Logic CS420x support
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/Kconfig')
-rw-r--r-- | sound/pci/hda/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index b8a77f9b0827..55545e0818b5 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig | |||
@@ -148,6 +148,19 @@ config SND_HDA_ELD | |||
148 | def_bool y | 148 | def_bool y |
149 | depends on SND_HDA_CODEC_INTELHDMI | 149 | depends on SND_HDA_CODEC_INTELHDMI |
150 | 150 | ||
151 | config SND_HDA_CODEC_CIRRUS | ||
152 | bool "Build Cirrus Logic codec support" | ||
153 | depends on SND_HDA_INTEL | ||
154 | default y | ||
155 | help | ||
156 | Say Y here to include Cirrus Logic codec support in | ||
157 | snd-hda-intel driver, such as CS4206. | ||
158 | |||
159 | When the HD-audio driver is built as a module, the codec | ||
160 | support code is also built as another module, | ||
161 | snd-hda-codec-cirrus. | ||
162 | This module is automatically loaded at probing. | ||
163 | |||
151 | config SND_HDA_CODEC_CONEXANT | 164 | config SND_HDA_CODEC_CONEXANT |
152 | bool "Build Conexant HD-audio codec support" | 165 | bool "Build Conexant HD-audio codec support" |
153 | default y | 166 | default y |