diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-06-27 08:41:26 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-28 19:30:54 +0200 |
commit | b10e539129c080486ef08feb2b28dd05ab95ba16 (patch) | |
tree | 1975a695a17f6480e70b75713b63e4ab2f1d59c2 /sound | |
parent | e8b98ff428f1c0eb5311d732043c0e4d28ffce8e (diff) | |
download | linux-3.10-b10e539129c080486ef08feb2b28dd05ab95ba16.tar.gz linux-3.10-b10e539129c080486ef08feb2b28dd05ab95ba16.tar.bz2 linux-3.10-b10e539129c080486ef08feb2b28dd05ab95ba16.zip |
[ALSA] make CONFIG_SND_DYNAMIC_MINORS non-experimental
The dynamic minors code is mature, has been tested, and seems to work
fine.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/core/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index 4262a1c8773..b2927523d79 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig @@ -122,8 +122,8 @@ config SND_SEQ_RTCTIMER_DEFAULT If in doubt, say Y. config SND_DYNAMIC_MINORS - bool "Dynamic device file minor numbers (EXPERIMENTAL)" - depends on SND && EXPERIMENTAL + bool "Dynamic device file minor numbers" + depends on SND help If you say Y here, the minor numbers of ALSA device files in /dev/snd/ are allocated dynamically. This allows you to have |