From: Clemens Ladisch Date: Sun, 13 May 2012 20:03:09 +0000 (+0200) Subject: ALSA: firewire-lib: taskletize the snd_pcm_period_elapsed() call X-Git-Tag: v3.5-rc1~118^2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76fb87894828756e069a43ce55f775a6c893a53d;p=pandora-kernel.git ALSA: firewire-lib: taskletize the snd_pcm_period_elapsed() call The following patch might introduce this call chain: PCM .pointer callback + fw_iso_context_flush_completions + packet callback + snd_pcm_period_elapsed + PCM .pointer callback Recursive calls to the pointer callback are not possible due to the PCM group locking, so avoid this by moving the period notification into a separate tasklet. Signed-off-by: Clemens Ladisch Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed