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)
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>

No differences found