From: Takashi Iwai Date: Thu, 23 Jul 2009 09:04:13 +0000 (+0200) Subject: ALSA: pcm - Add logging of hwptr updates and interrupt updates X-Git-Tag: v2.6.31-rc5~88^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cedb8118e8cef21a2b73fd9cb70660ac19124c16;p=pandora-kernel.git ALSA: pcm - Add logging of hwptr updates and interrupt updates Added the logging functionality to xrun_debug to record the hwptr updates via snd_pcm_update_hw_ptr() and snd_pcm_update_hwptr_interrupt(), corresponding to 16 and 8, respectively. For example, # echo 9 > /proc/asound/card0/pcm0p/xrun_debug will record the position and other parameters at each period interrupt together with the normal XRUN debugging. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed