diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2012-05-13 22:03:09 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-05-14 10:43:30 +0200 |
commit | 76fb87894828756e069a43ce55f775a6c893a53d (patch) | |
tree | 270c4ca71a84ace95f7aef751477427365f395e3 /Documentation/memory-hotplug.txt | |
parent | ALSA: usb-audio: Fix comment (diff) | |
download | linux-76fb87894828756e069a43ce55f775a6c893a53d.tar.xz linux-76fb87894828756e069a43ce55f775a6c893a53d.zip |
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 <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/memory-hotplug.txt')
0 files changed, 0 insertions, 0 deletions