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)
commitd4702b189c6b951c1cb3260036ff998f719bfb62
tree85a877b66969131c0aa0ffc62ccd925344dcc826
parent49d9e77e72cf178644b4db08fa211d8b4715ab13
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