ALSA: asihpi: Fix unlocked snd_pcm_stop() call
authorTakashi Iwai <tiwai@suse.de>
Thu, 11 Jul 2013 15:55:57 +0000 (17:55 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 2 Aug 2013 20:14:56 +0000 (22:14 +0200)
commitc0a05a14a4e78eba5f3ce15e227d9e805d43909f
tree2c3dac441826e06cc1c7c9291da8de6a000c1b28
parent0501dddbfcb620bdec29e9acbdceb0915d0078cf
ALSA: asihpi: Fix unlocked snd_pcm_stop() call

commit 60478295d6876619f8f47f6d1a5c25eaade69ee3 upstream.

snd_pcm_stop() must be called in the PCM substream lock context.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
sound/pci/asihpi/asihpi.c