summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sound/snd_wavefront.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/snd_wavefront.h b/include/sound/snd_wavefront.h
index f4b04ddf0b5d..234c81b6db98 100644
--- a/include/sound/snd_wavefront.h
+++ b/include/sound/snd_wavefront.h
@@ -91,8 +91,9 @@ struct _snd_wavefront {
int samples_used; /* how many */
char interrupts_are_midi; /* h/w MPU interrupts enabled ? */
char rom_samples_rdonly; /* can we write on ROM samples */
+ spinlock_t irq_lock;
wait_queue_head_t interrupt_sleeper;
- snd_wavefront_midi_t midi; /* ICS2115 MIDI interface */
+ snd_wavefront_midi_t midi; /* ICS2115 MIDI interface */
};
struct _snd_wavefront_card {