diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-03-27 05:46:34 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-03-31 10:58:57 -0500 |
commit | 675b4e5981941be5e826ada99b86e65e517b84ce (patch) | |
tree | dd9482b8fa6d3c48fc8073c77195a5b12999aac7 /sound/pci/Kconfig | |
parent | 1841f613fd2e73f09d3fa2beeccf2f8d978ec2db (diff) |
[ALSA] Make CONFIG_SND_CS46XX_NEW_DSP yes as default
Removed from CONFIG_EXPERIMENTAL from CONFIG_SND_CS46XX_NEW_DSP, and
make default to yes. This option works fine for years.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 5 |
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 | ||
197 | config SND_CS46XX_NEW_DSP | 197 | config 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 | ||