aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/rawmidi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/rawmidi.h')
-rw-r--r--include/sound/rawmidi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/rawmidi.h b/include/sound/rawmidi.h
index 492a3ca7f17b..6665cb29e1a2 100644
--- a/include/sound/rawmidi.h
+++ b/include/sound/rawmidi.h
@@ -30,7 +30,7 @@
30#include <linux/workqueue.h> 30#include <linux/workqueue.h>
31#include <linux/device.h> 31#include <linux/device.h>
32 32
33#if defined(CONFIG_SND_SEQUENCER) || defined(CONFIG_SND_SEQUENCER_MODULE) 33#if IS_ENABLED(CONFIG_SND_SEQUENCER)
34#include <sound/seq_device.h> 34#include <sound/seq_device.h>
35#endif 35#endif
36 36
@@ -144,7 +144,7 @@ struct snd_rawmidi {
144 144
145 struct snd_info_entry *proc_entry; 145 struct snd_info_entry *proc_entry;
146 146
147#if defined(CONFIG_SND_SEQUENCER) || defined(CONFIG_SND_SEQUENCER_MODULE) 147#if IS_ENABLED(CONFIG_SND_SEQUENCER)
148 struct snd_seq_device *seq_dev; 148 struct snd_seq_device *seq_dev;
149#endif 149#endif
150}; 150};