aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/hda/Kconfig
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-02-07 12:34:36 +0100
committerTakashi Iwai <tiwai@suse.de>2013-02-07 12:34:36 +0100
commit45acc86b2e47e255c4a6194dd69248a1bce71e48 (patch)
tree1377b1f7df9bb1cb87f8416057770104bcb20b23 /sound/pci/hda/Kconfig
parentALSA: hda - Use generic array for loopback list management (diff)
parentALSA: hda - Add new Kconfig CONFIG_SND_HDA_CODEC_CA0132_DSP (diff)
downloadwireguard-linux-45acc86b2e47e255c4a6194dd69248a1bce71e48.tar.xz
wireguard-linux-45acc86b2e47e255c4a6194dd69248a1bce71e48.zip
Merge branch 'topic/hda-ca0132-dsp' into for-next
Diffstat (limited to 'sound/pci/hda/Kconfig')
-rw-r--r--sound/pci/hda/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig
index 4466bf63d6bf..80a7d44bcf81 100644
--- a/sound/pci/hda/Kconfig
+++ b/sound/pci/hda/Kconfig
@@ -15,6 +15,9 @@ menuconfig SND_HDA_INTEL
if SND_HDA_INTEL
+config SND_HDA_DSP_LOADER
+ bool
+
config SND_HDA_PREALLOC_SIZE
int "Pre-allocated buffer size for HD-audio driver"
range 0 32768
@@ -200,6 +203,17 @@ config SND_HDA_CODEC_CA0132
snd-hda-codec-ca0132.
This module is automatically loaded at probing.
+config SND_HDA_CODEC_CA0132_DSP
+ bool "Support new DSP code for CA0132 codec"
+ depends on SND_HDA_CODEC_CA0132 && FW_LOADER
+ select SND_HDA_DSP_LOADER
+ help
+ Say Y here to enable the DSP for Creative CA0132 for extended
+ features like equalizer or echo cancellation.
+
+ Note that this option requires the external firmware file
+ (ctefx.bin).
+
config SND_HDA_CODEC_CMEDIA
bool "Build C-Media HD-audio codec support"
default y