From: Ralf Baechle --- 25-akpm/sound/core/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN sound/core/Kconfig~mips-64-bit-mips-needs-compat-stuff sound/core/Kconfig --- 25/sound/core/Kconfig~mips-64-bit-mips-needs-compat-stuff Thu Apr 29 15:46:05 2004 +++ 25-akpm/sound/core/Kconfig Thu Apr 29 15:46:05 2004 @@ -1,7 +1,7 @@ # ALSA soundcard-configuration config SND_BIT32_EMUL tristate "Emulation for 32-bit applications" - depends on SND && SND_PCM && (SPARC64 || PPC64 || X86_64 && IA32_EMULATION) + depends on SND && SND_PCM && (MIPS64 || SPARC64 || PPC64 || X86_64 && IA32_EMULATION) config SND_TIMER tristate _