~ubuntu-branches/ubuntu/maverick/alsa-lib/maverick-proposed

« back to all changes in this revision

Viewing changes to src/pcm/pcm.c

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2009-09-14 21:56:13 UTC
  • mto: (2.2.4 squeeze) (1.1.12 upstream)
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20090914215613-8n8y0d3ruo41l9dg
ImportĀ upstreamĀ versionĀ 1.0.21a

Show diffs side-by-side

added added

removed removed

Lines of Context:
2460
2460
/**
2461
2461
 * \brief Combine snd_pcm_avail and snd_pcm_delay functions
2462
2462
 * \param pcm PCM handle
2463
 
 * \param avail Number of available frames in the ring buffer
2464
 
 * \param delay Total I/O latency in frames
 
2463
 * \param availp Number of available frames in the ring buffer
 
2464
 * \param delayp Total I/O latency in frames
2465
2465
 * \return zero on success otherwise a negative error code
2466
2466
 *
2467
2467
 * The avail and delay values retuned are in sync.