ALSA: hdspm - Fix locking in snd_hdspm_midi_input_read
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>
Sun, 12 Jun 2011 15:26:17 +0000 (17:26 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 12 Jun 2011 16:49:42 +0000 (18:49 +0200)
For the MIDI part, we need to acquire (and release) the hmidi->lock,
access to the global hdspm structure is serialized through
hmidi->hdspm->lock instead.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found