linux/sound/core
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
..
oss ALSA: oss - volume control for CSWITCH and CROUTE 2009-04-07 04:23:46 +02:00
seq ALSA: sound/core: use memdup_user() 2009-04-14 12:39:12 +02:00
Kconfig
Makefile
control.c ALSA: sound/core: use memdup_user() 2009-04-14 12:39:12 +02:00
control_compat.c
device.c
hrtimer.c
hwdep.c
hwdep_compat.c
info.c
info_oss.c
init.c
isadma.c
jack.c ALSA: add private_data to struct snd_jack 2009-04-14 16:15:09 +02:00
memalloc.c
memory.c
misc.c
pcm.c
pcm_compat.c ALSA: sound/core: use memdup_user() 2009-04-14 12:39:12 +02:00
pcm_lib.c ALSA: pcm core - Avoid jiffies check for devices with BATCH flag 2009-04-28 15:10:16 +02:00
pcm_memory.c
pcm_misc.c
pcm_native.c ALSA: sound/core: use memdup_user() 2009-04-14 12:39:12 +02:00
pcm_timer.c
rawmidi.c
rawmidi_compat.c
rtctimer.c
sgbuf.c
sound.c
sound_oss.c
timer.c ALSA: sound/core: use memdup_user() 2009-04-14 12:39:12 +02:00
timer_compat.c
vmaster.c