Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88faa384 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: cmi8238: Use IS_ENABLED()



Simplify the ifdef conditions with IS_ENABLED() macro.
No functional changes.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6d2412b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ MODULE_AUTHOR("Ondrej Zary <linux@rainbow-software.org>");
MODULE_DESCRIPTION("C-Media CMI8328");
MODULE_LICENSE("GPL");

#if defined(CONFIG_GAMEPORT) || defined(CONFIG_GAMEPORT_MODULE)
#if IS_ENABLED(CONFIG_GAMEPORT)
#define SUPPORT_JOYSTICK 1
#endif