From: Takashi Iwai Date: Wed, 27 May 2009 08:49:26 +0000 (+0200) Subject: ALSA: Fix invalid jiffies check after pause X-Git-Tag: v2.6.30-rc8~23^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6af3fb72d2437239e5eb13a59e95dc43ccab3e8f;p=pandora-kernel.git ALSA: Fix invalid jiffies check after pause 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 --- Reading git-diff-tree failed