From: Takashi Iwai Date: Fri, 6 Mar 2009 15:30:07 +0000 (+0100) Subject: ALSA: Remove unneeded snd_pcm_substream.timer_lock X-Git-Tag: v2.6.30-rc1~676^2~23^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85122ea40c4fc82af5b66b8683f525c2c4a36d1a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed