From: Takashi Iwai Date: Tue, 28 Apr 2009 10:07:08 +0000 (+0200) Subject: ALSA: pcm core - Avoid jiffies check for devices with BATCH flag X-Git-Tag: v2.6.30-rc5~44^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e5b50165fd0be080044586f43fcdd460ed27610;p=pandora-kernel.git ALSA: pcm core - Avoid jiffies check for devices with BATCH flag The hardware devices with SNDRV_PCM_INFO_BATCH flag can't give the precise current position. And such hardwares have often big FIFO in addition to the ring buffer, and it screws up the jiffies check in pcm_lib.c. This patch adds a simple check of info flag so that the driver skips the jiffies check in snd_pcm_period_elapsed() when BATCH flag is set. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed