ALSA: Fix invalid jiffies check after pause
authorTakashi Iwai <tiwai@suse.de>
Wed, 27 May 2009 08:49:26 +0000 (10:49 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 27 May 2009 09:04:18 +0000 (11:04 +0200)
The hw_ptr_jiffies has to be reset properly to avoid the invalid
check of jiffies delta in snd_pcm_update_hw_ptr*() functions.
Especailly this patch fixes the bogus jiffies check after the puase
and resume.

This patch is a modified version of the original patch by Jaroslav.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found