]> git.baikalelectronics.ru Git - kernel.git/commit
sound: Fix make allmodconfig on MIPS
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 May 2013 15:07:24 +0000 (17:07 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 May 2013 15:07:24 +0000 (17:07 +0200)
commit06b27abed15e4efaff5976ead50ac86400f69727
tree85a877b66969131c0aa0ffc62ccd925344dcc826
parentcc718fd9ffe2abdfc2f1f232390d400037ae3979
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>
sound/oss/Kconfig