linux/sound/core
Takashi Iwai c87d973200 ALSA: Enable PCM hw_ptr_jiffies check only in xrun_debug mode
The PCM hw_ptr jiffies check results sometimes in problems when a
hardware doesn't give smooth hw_ptr updates.  So far, au88x0 and some
other drivers appear not working due to this strict check.
However, this check is a nice debug tool, and the capability should be
still kept.

Hence, we disable this check now as default unless the user enables it
by setting the xrun_debug mode to the specific stream via a proc file.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-05-27 11:04:30 +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: Enable PCM hw_ptr_jiffies check only in xrun_debug mode 2009-05-27 11:04:30 +02:00
pcm_memory.c
pcm_misc.c
pcm_native.c ALSA: Fix invalid jiffies check after pause 2009-05-27 11:04:18 +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