aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2004-05-23 14:21:22 +0200
committerJaroslav Kysela <perex@suse.cz>2004-05-23 14:21:22 +0200
commitc71e1496af8a13506b68d5a632a75eaf2b9bd47b (patch)
treed511cf64a55d927063cc1c2240a733a192cf24f8 /sound
parent0348756acaed428686a447bd8a80318d7aaa0826 (diff)
downloadhistory-c71e1496af8a13506b68d5a632a75eaf2b9bd47b.tar.gz
ALSA CVS update - Takashi Iwai <tiwai@suse.de>
ALSA Core added reverse selections of components to CONFIG_SND_BIT32_EMUL.
Diffstat (limited to 'sound')
-rw-r--r--sound/core/Kconfig15
1 files changed, 11 insertions, 4 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig
index 60fb7c8810324e..732208bd5e3a78 100644
--- a/sound/core/Kconfig
+++ b/sound/core/Kconfig
@@ -1,8 +1,4 @@
# ALSA soundcard-configuration
-config SND_BIT32_EMUL
- tristate "Emulation for 32-bit applications"
- depends on SND && SND_PCM && (MIPS64 || SPARC64 || PPC64 || X86_64 && IA32_EMULATION)
-
config SND_TIMER
tristate
@@ -59,6 +55,17 @@ config SND_SEQUENCER_OSS
Say 'Y' to enable OSS sequencer emulation (both /dev/sequencer and
/dev/music interfaces).
+config SND_BIT32_EMUL
+ tristate "Emulation for 32-bit applications"
+ depends on SND && (MIPS64 || SPARC64 || PPC64 || X86_64 && IA32_EMULATION)
+ select SND_PCM
+ select SND_RAWMIDI
+ select SND_TIMER
+ select SND_HWDEP
+ help
+ Say 'Y' or 'M' to enable the emulation for 32-bit ALSA-native
+ applications.
+
config SND_RTCTIMER
tristate "RTC Timer support"
depends on SND && RTC