]> git.baikalelectronics.ru Git - kernel.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)
commit5210d17336196b5ede3757f84af405a7ba36d433
treeeacf6a2e3f0ed8eb7ec878591327c16ebd5240db
parentd9750afe126c40ee76de33ade1a76e84d49be3a3
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