ALSA: Remove unneeded snd_pcm_substream.timer_lock
authorTakashi Iwai <tiwai@suse.de>
Fri, 6 Mar 2009 15:30:07 +0000 (16:30 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 9 Mar 2009 13:02:00 +0000 (14:02 +0100)
commit85122ea40c4fc82af5b66b8683f525c2c4a36d1a
treeb2aed8862ef28a0e245ae3a73afa064486456ff0
parented3da3d9a0ef13c6fe1414ec73c9c1be12747b62
ALSA: Remove unneeded snd_pcm_substream.timer_lock

The timer callbacks are called in the protected status by the lock
of the timer instance, so there is no need for an extra lock in the
PCM substream.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/pcm.h
sound/core/pcm.c
sound/core/pcm_timer.c