Commit c71e1496 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Takashi Iwai <tiwai@suse.de>

ALSA Core
added reverse selections of components to CONFIG_SND_BIT32_EMUL.
parent 0348756a
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment