commit | 2e2d4cb450e951b90629b3f988c48ed01c69c1ac | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri May 12 11:52:06 2017 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed May 17 07:13:05 2017 +0200 |
tree | fb2ebb2d39d71572d2694e48be4b1ebc31bb66a9 | |
parent | 88faa38435cbfdf3e733a670a009683eb7057cdc [diff] |
ALSA: opl4: Use IS_REACHABLE() Rewrite the complex ifdef condition with IS_REACHABLE(). The ifdef in opl4_local.h was without defined(MODLE) check, but this is likely the oversight. Use IS_REACHABLE() here as well. Acked-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>