Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sound: Fix make allmodconfig on MIPS

The compile of soundcard.c is broken on MIPS when allmodconfig is used
because of the missing MAX_DMA_CHANNELS definition. As a simple
workaround, just add a Kconfig dependency.

Reported-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

+1
+1
sound/oss/Kconfig
··· 250 250 menuconfig SOUND_OSS 251 251 tristate "OSS sound modules" 252 252 depends on ISA_DMA_API && VIRT_TO_BUS 253 + depends on !ISA_DMA_SUPPORT_BROKEN 253 254 help 254 255 OSS is the Open Sound System suite of sound card drivers. They make 255 256 sound programming easier since they provide a common API. Say Y or