commit | 85122ea40c4fc82af5b66b8683f525c2c4a36d1a | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Mar 06 16:30:07 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Mar 09 14:02:00 2009 +0100 |
tree | b2aed8862ef28a0e245ae3a73afa064486456ff0 | |
parent | ed3da3d9a0ef13c6fe1414ec73c9c1be12747b62 [diff] |
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>