]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: 6fire: Fix unlocked snd_pcm_stop() call
authorTakashi Iwai <tiwai@suse.de>
Thu, 11 Jul 2013 15:57:55 +0000 (17:57 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 15 Jul 2013 16:12:50 +0000 (18:12 +0200)
commit5b9ab3f7324a1b94a5a5a76d44cf92dfeb3b5e80
tree14f3e2848576f2a15a36ff2e1f2877483fe52356
parentcc7282b8d5abbd48c81d1465925d464d9e3eaa8f
ALSA: 6fire: 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/usb/6fire/pcm.c