mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-04 21:57:30 +00:00
ALSA: cmi8238: Use IS_ENABLED()
Simplify the ifdef conditions with IS_ENABLED() macro. No functional changes. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
6d2412b80a
commit
88faa38435
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue