Home | History | Annotate | Download | only in sound

Lines Matching defs:snd_pcm_uframes_t

110 typedef unsigned long snd_pcm_uframes_t;
357 snd_pcm_uframes_t fifo_size;
372 snd_pcm_uframes_t avail_min;
374 snd_pcm_uframes_t xfer_align;
375 snd_pcm_uframes_t start_threshold;
376 snd_pcm_uframes_t stop_threshold;
377 snd_pcm_uframes_t silence_threshold;
379 snd_pcm_uframes_t silence_size;
380 snd_pcm_uframes_t boundary;
396 snd_pcm_uframes_t appl_ptr;
397 snd_pcm_uframes_t hw_ptr;
400 snd_pcm_uframes_t avail;
401 snd_pcm_uframes_t avail_max;
402 snd_pcm_uframes_t overrange;
414 snd_pcm_uframes_t hw_ptr;
421 snd_pcm_uframes_t appl_ptr;
422 snd_pcm_uframes_t avail_min;
446 snd_pcm_uframes_t frames;
452 snd_pcm_uframes_t frames;
539 #define SNDRV_PCM_IOCTL_REWIND _IOW('A', 0x46, snd_pcm_uframes_t)
542 #define SNDRV_PCM_IOCTL_FORWARD _IOW('A', 0x49, snd_pcm_uframes_t)