aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index 1e2e19305e38..5517442aae6a 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -195,8 +195,9 @@ config SND_CS46XX
195 will be called snd-cs46xx. 195 will be called snd-cs46xx.
196 196
197config SND_CS46XX_NEW_DSP 197config SND_CS46XX_NEW_DSP
198 bool "Cirrus Logic (Sound Fusion) New DSP support (EXPERIMENTAL)" 198 bool "Cirrus Logic (Sound Fusion) New DSP support"
199 depends on SND_CS46XX && EXPERIMENTAL 199 depends on SND_CS46XX
200 default y
200 help 201 help
201 Say Y here to use a new DSP image for SPDIF and dual codecs. 202 Say Y here to use a new DSP image for SPDIF and dual codecs.
202 203