commit | ed3da3d9a0ef13c6fe1414ec73c9c1be12747b62 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Mar 03 17:00:15 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Mar 09 12:56:49 2009 +0100 |
tree | e79103738c1d30f8528791af2a1fb44cef2c2371 | |
parent | 2450cf51a1bdba7037e91b1bcc494b01c58aaf66 [diff] |
ALSA: Rewrite hw_ptr updaters Clean up and improve snd_pcm_update_hw_ptr*() functions. snd_pcm_update_hw_ptr() tries to detect the unexpected hwptr jumps more strictly to avoid the position mess-up, which often results in the bad quality I/O with pulseaudio. The hw-ptr skip error messages are printed when xrun proc is set to non-zero. Signed-off-by: Takashi Iwai <tiwai@suse.de>