From: Takashi Iwai Date: Thu, 3 Sep 2009 14:01:06 +0000 (+0200) Subject: ALSA: dummy - Better jiffies handling X-Git-Tag: v2.6.32-rc1~732^2~14^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b142037b4c1edf5ad0b2871c518d4f14ac1cd470;p=pandora-kernel.git ALSA: dummy - Better jiffies handling In the system-timer mode, snd-dummy driver issues each tick to update the position. This is highly inefficient and even inaccurate if the timer can't be triggered at each tick. Now rewritten to wake up only at the period boundary. The position is calculated from the current jiffies. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed