commit | bc518ba4ccb487ef52e418c3ff68050cf07b3bc0 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 23 12:39:11 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jan 28 07:20:34 2015 +0100 |
tree | 9d7e78126f2e8a4a1332d7df0c6975892cf9632e | |
parent | b55004f9fdee80de1b6982b3e99ebaeb7d1e7a6c [diff] |
ALSA: line6: Reduce superfluous spinlock in midi.c The midi_transmit_lock is used always inside the send_urb_lock, thus it doesn't play any role. Let's kill it. Also, rename "send_urb_lock" as a more simple name "lock" since this is the only lock for midi. Tested-by: Chris Rorvick <chris@rorvick.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>