Lines Matching refs:snd_pcm_uframes_t

147 typedef unsigned long snd_pcm_uframes_t;  typedef
422 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
437 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
438 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
439 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
444 snd_pcm_uframes_t stop_threshold; /* - stop playback */
445 snd_pcm_uframes_t silence_threshold; /* - pre-fill buffer with silence */
446 snd_pcm_uframes_t silence_size; /* max size of silence pre-fill; when >= boundary,
448 snd_pcm_uframes_t boundary; /* pointers wrap point */
486 snd_pcm_uframes_t appl_ptr; /* appl ptr */
487 snd_pcm_uframes_t hw_ptr; /* hw ptr */
489 snd_pcm_uframes_t avail; /* number of frames available */
490 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
491 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */
534 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
541 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
542 snd_pcm_uframes_t avail_min; /* RW: min available frames for wakeup */
562 typedef char __pad_before_uframe[sizeof(__u64) - sizeof(snd_pcm_uframes_t)];
568 typedef char __pad_after_uframe[sizeof(__u64) - sizeof(snd_pcm_uframes_t)];
575 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
585 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
590 snd_pcm_uframes_t avail_min; /* RW: min available frames for wakeup */
610 snd_pcm_uframes_t frames;
616 snd_pcm_uframes_t frames;
698 #define SNDRV_PCM_IOCTL_REWIND _IOW('A', 0x46, snd_pcm_uframes_t)
701 #define SNDRV_PCM_IOCTL_FORWARD _IOW('A', 0x49, snd_pcm_uframes_t)