Lines Matching refs:snd_pcm_uframes_t

76 	snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream);
82 snd_pcm_uframes_t pos,
83 void __user *buf, snd_pcm_uframes_t count);
85 snd_pcm_uframes_t pos, snd_pcm_uframes_t count);
116 #define SNDRV_PCM_POS_XRUN ((snd_pcm_uframes_t)-1)
346 snd_pcm_uframes_t avail_max;
347 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */
348 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */
360 snd_pcm_uframes_t period_size; /* period size */
362 snd_pcm_uframes_t buffer_size; /* buffer size */
363 snd_pcm_uframes_t min_align; /* Min alignment for the format */
375 snd_pcm_uframes_t start_threshold;
376 snd_pcm_uframes_t stop_threshold;
377 snd_pcm_uframes_t silence_threshold; /* Silence filling happens when
379 snd_pcm_uframes_t silence_size; /* Silence filling size */
380 snd_pcm_uframes_t boundary; /* pointers wrap point */
382 snd_pcm_uframes_t silence_start; /* starting pointer to silence area */
383 snd_pcm_uframes_t silence_filled; /* size filled with silence */
392 snd_pcm_uframes_t twake; /* do transfer (!poll) wakeup if non-zero */
735 static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_avail()
740 else if ((snd_pcm_uframes_t) avail >= runtime->boundary) in snd_pcm_playback_avail()
751 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_avail()
1077 void snd_pcm_playback_silence(struct snd_pcm_substream *substream, snd_pcm_uframes_t new_hw_ptr);
1081 snd_pcm_uframes_t frames);
1083 void __user *buf, snd_pcm_uframes_t frames);
1085 void __user **bufs, snd_pcm_uframes_t frames);
1087 void __user **bufs, snd_pcm_uframes_t frames);