Takashi Iwai 3e5b50165f 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 <tiwai@suse.de>
2009-04-28 15:10:16 +02:00
..
2009-04-14 12:39:12 +02:00
2009-04-14 12:39:12 +02:00
2008-01-31 17:29:48 +01:00
2008-10-29 16:08:01 +01:00
2008-01-31 17:29:48 +01:00
2008-10-18 11:05:36 +02:00
2009-03-24 00:35:50 +01:00
2009-01-06 15:59:11 -08:00
2009-04-14 12:39:12 +02:00