diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-12-01 04:51:58 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:30:10 -0500 |
commit | 59d48582508c6e3ed6f60bdd7d13e3e2893416b4 (patch) | |
tree | e52ecc173a4f44d1a225e6a4abc1ad842fd38deb /sound/core/Kconfig | |
parent | adf1b3d25e50dbab48fdd21006bea2dd5a4cb3a8 (diff) |
[ALSA] pcm - Make the support of old API selectable
Modules: ALSA Core,PCM Midlevel
Make the support of old API selectable via config option.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/Kconfig')
-rw-r--r-- | sound/core/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index 83cbe20c9c9e..f79755f77a81 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig | |||
@@ -122,6 +122,14 @@ config SND_DYNAMIC_MINORS | |||
122 | 122 | ||
123 | If you are unsure about this, say N here. | 123 | If you are unsure about this, say N here. |
124 | 124 | ||
125 | config SND_SUPPORT_OLD_API | ||
126 | bool "Support old ALSA API" | ||
127 | depends on SND | ||
128 | default y | ||
129 | help | ||
130 | Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3 | ||
131 | or older). | ||
132 | |||
125 | config SND_VERBOSE_PRINTK | 133 | config SND_VERBOSE_PRINTK |
126 | bool "Verbose printk" | 134 | bool "Verbose printk" |
127 | depends on SND | 135 | depends on SND |