Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: Update documents about new bits of xrun_debug proc file

Signed-off-by: Takashi Iwai <tiwai@suse.de>

+8
+8
Documentation/sound/alsa/Procfile.txt
··· 103 103 bit 2 = Enable additional jiffies check 104 104 bit 3 = Log hwptr update at each period interrupt 105 105 bit 4 = Log hwptr update at each snd_pcm_update_hw_ptr() 106 + bit 5 = Show last 10 positions on error 107 + bit 6 = Do above only once 106 108 107 109 When the bit 0 is set, the driver will show the messages to 108 110 kernel log when an xrun is detected. The debug message is ··· 123 121 124 122 Bits 3 and 4 are for logging the hwptr records. Note that 125 123 these will give flood of kernel messages. 124 + 125 + When bit 5 is set, the driver logs the last 10 xrun errors and 126 + the proc file shows each jiffies, position, period_size, 127 + buffer_size, old_hw_ptr, and hw_ptr_base values. 128 + 129 + When bit 6 is set, the full xrun log is shown only once. 126 130 127 131 card*/pcm*/sub*/info 128 132 The general information of this PCM sub-stream.