[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>
This commit is contained in:
parent
e8b98ff428
commit
b10e539129
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ config SND_SEQ_RTCTIMER_DEFAULT
|
||||||
If in doubt, say Y.
|
If in doubt, say Y.
|
||||||
|
|
||||||
config SND_DYNAMIC_MINORS
|
config SND_DYNAMIC_MINORS
|
||||||
bool "Dynamic device file minor numbers (EXPERIMENTAL)"
|
bool "Dynamic device file minor numbers"
|
||||||
depends on SND && EXPERIMENTAL
|
depends on SND
|
||||||
help
|
help
|
||||||
If you say Y here, the minor numbers of ALSA device files in
|
If you say Y here, the minor numbers of ALSA device files in
|
||||||
/dev/snd/ are allocated dynamically. This allows you to have
|
/dev/snd/ are allocated dynamically. This allows you to have
|
||||||
|
|
Loading…
Reference in a new issue