Home | History | Annotate | Download | only in sound

Lines Matching defs:snd_pcm_uframes_t

127 typedef unsigned long snd_pcm_uframes_t;
353 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
367 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
368 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
369 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
370 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
371 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
372 snd_pcm_uframes_t silence_size; /* silence block size */
373 snd_pcm_uframes_t boundary; /* pointers wrap point */
388 snd_pcm_uframes_t appl_ptr; /* appl ptr */
389 snd_pcm_uframes_t hw_ptr; /* hw ptr */
391 snd_pcm_uframes_t avail; /* number of frames available */
392 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
393 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */
401 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
407 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
408 snd_pcm_uframes_t avail_min; /* RW: min available frames for wakeup */
430 snd_pcm_uframes_t frames;
436 snd_pcm_uframes_t frames;
464 #define SNDRV_PCM_IOCTL_REWIND _IOW('A', 0x46, snd_pcm_uframes_t)
467 #define SNDRV_PCM_IOCTL_FORWARD _IOW('A', 0x49, snd_pcm_uframes_t)