]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: asihpi: Fix unlocked snd_pcm_stop() call
authorTakashi Iwai <tiwai@suse.de>
Thu, 11 Jul 2013 15:55:57 +0000 (17:55 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 15 Jul 2013 16:12:49 +0000 (18:12 +0200)
commit60478295d6876619f8f47f6d1a5c25eaade69ee3
treeeacf6a2e3f0ed8eb7ec878591327c16ebd5240db
parent1abfeb03a9ee05097aaa33a0f44984fc82131b7f
ALSA: asihpi: Fix unlocked snd_pcm_stop() call

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

Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/asihpi/asihpi.c