From: Takashi Iwai Date: Mon, 10 Feb 2014 08:48:47 +0000 (+0100) Subject: ALSA: Replace with IS_ENABLED() X-Git-Tag: v3.15-rc1~142^2~3^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eeaa2f9e06dcfb45593a0fcd91e81abc7f5d209;p=pandora-kernel.git ALSA: Replace with IS_ENABLED() Replace the lengthy #if defined(XXX) || defined(XXX_MODULE) with the new IS_ENABLED() macro. The patch still doesn't cover all ifdefs. For example, the dependency on CONFIG_GAMEPORT is still open-coded because this also has an extra dependency on MODULE. Similarly, an open-coded ifdef in pcm_oss.c and some sequencer-related stuff are left untouched. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed