X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=sound%2Fcore%2FKconfig;h=f79755f77a81f5158152076a7ed81f0d85f3d998;hb=94bc2be31a01a3055ec94176e595dfe208e92d3b;hp=48cf45cfd0b7943f23f1890fa3c898dc1b5a98eb;hpb=033d974405276c22609c45d50167dd11df20aa82;p=powerpc.git diff --git a/sound/core/Kconfig b/sound/core/Kconfig index 48cf45cfd0..f79755f77a 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig @@ -111,6 +111,25 @@ 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 + help + If you say Y here, the minor numbers of ALSA device files in + /dev/snd/ are allocated dynamically. This allows you to have + more than 8 sound cards, but requires a dynamic device file + system like udev. + + If you are unsure about this, say N here. + +config SND_SUPPORT_OLD_API + bool "Support old ALSA API" + depends on SND + default y + help + Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3 + or older). + config SND_VERBOSE_PRINTK bool "Verbose printk" depends on SND @@ -127,19 +146,9 @@ config SND_DEBUG help Say Y here to enable ALSA debug code. -config SND_DEBUG_MEMORY - bool "Debug memory" - depends on SND_DEBUG - help - Say Y here to enable debugging of memory allocations. - config SND_DEBUG_DETECT bool "Debug detection" depends on SND_DEBUG help Say Y here to enable extra-verbose log messages printed when detecting devices. - -config SND_GENERIC_DRIVER - bool - depends on SND