diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-07-01 18:11:44 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-07-01 18:11:44 +0200 |
commit | e5f1424807f4fa7aeddc376575e3b413c71c6fe1 (patch) | |
tree | fcf957fca403639a71707d539130cfcf30a8e062 /sound/pci/hda/Kconfig | |
parent | c78578693376e68ecdfcb64a3cc3a95a31b49295 (diff) | |
download | op-kernel-dev-e5f1424807f4fa7aeddc376575e3b413c71c6fe1.zip op-kernel-dev-e5f1424807f4fa7aeddc376575e3b413c71c6fe1.tar.gz |
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 b8a77f9..55545e0 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig @@ -148,6 +148,19 @@ config SND_HDA_ELD def_bool y depends on SND_HDA_CODEC_INTELHDMI +config SND_HDA_CODEC_CIRRUS + bool "Build Cirrus Logic codec support" + depends on SND_HDA_INTEL + default y + help + Say Y here to include Cirrus Logic codec support in + snd-hda-intel driver, such as CS4206. + + When the HD-audio driver is built as a module, the codec + support code is also built as another module, + snd-hda-codec-cirrus. + This module is automatically loaded at probing. + config SND_HDA_CODEC_CONEXANT bool "Build Conexant HD-audio codec support" default y |