diff options
Diffstat (limited to 'sound/usb/line6/midi.h')
-rw-r--r-- | sound/usb/line6/midi.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sound/usb/line6/midi.h b/sound/usb/line6/midi.h index ba6bf3828aa5..9d9467b2613c 100644 --- a/sound/usb/line6/midi.h +++ b/sound/usb/line6/midi.h | |||
@@ -40,14 +40,9 @@ struct snd_line6_midi { | |||
40 | int num_active_send_urbs; | 40 | int num_active_send_urbs; |
41 | 41 | ||
42 | /** | 42 | /** |
43 | Spin lock to protect updates of send_urb. | ||
44 | */ | ||
45 | spinlock_t send_urb_lock; | ||
46 | |||
47 | /** | ||
48 | Spin lock to protect MIDI buffer handling. | 43 | Spin lock to protect MIDI buffer handling. |
49 | */ | 44 | */ |
50 | spinlock_t midi_transmit_lock; | 45 | spinlock_t lock; |
51 | 46 | ||
52 | /** | 47 | /** |
53 | Wait queue for MIDI transmission. | 48 | Wait queue for MIDI transmission. |