~ubuntu-branches/ubuntu/precise/alsa-driver/precise

« back to all changes in this revision

Viewing changes to alsa-kernel/Documentation/Procfile.txt

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-02-21 18:06:40 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221180640-a8p2yxtvgf7xbxub
Tags: 1.0.24+dfsg-0ubuntu1
* New upstream release
* Refreshed patches:
  - distinguish_kernel_makefile_and_source_dirs.patch
  - debian_dfsg_configure.patch
* debian/control: Update Vcs-bzr field to point to new branch location

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
122
124
        Bits 3 and 4 are for logging the hwptr records.  Note that
123
125
        these will give flood of kernel messages.
124
126
 
 
127
        When bit 5 is set, the driver logs the last 10 xrun errors and
 
128
        the proc file shows each jiffies, position, period_size,
 
129
        buffer_size, old_hw_ptr, and hw_ptr_base values.
 
130
 
 
131
        When bit 6 is set, the full xrun log is shown only once.
 
132
 
125
133
card*/pcm*/sub*/info
126
134
        The general information of this PCM sub-stream.
127
135