From: Takashi Iwai Date: Sun, 7 Jun 2009 10:09:17 +0000 (+0200) Subject: ALSA: pcm - Fix update of runtime->hw_ptr_interrupt X-Git-Tag: v2.6.31-rc1~363^2~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab1863fc9bc18c806338564124b1e5e7e3ef53d1;p=pandora-kernel.git ALSA: pcm - Fix update of runtime->hw_ptr_interrupt The commit 13f040f9e55d41e92e485389123654971e03b819 made another regression, the missing update of runtime->hw_ptr_interrupt. Since this field is only checked in snd_pcmupdate__hw_ptr_interrupt(), not in snd_pcm_update_hw_ptr(), it must be updated before the hw_ptr change check. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed