Home | History | Annotate | Download | only in sound

Lines Matching defs:snd_pcm_uframes_t

122 typedef unsigned long snd_pcm_uframes_t;
374 snd_pcm_uframes_t fifo_size;
389 snd_pcm_uframes_t avail_min;
390 snd_pcm_uframes_t xfer_align;
391 snd_pcm_uframes_t start_threshold;
392 snd_pcm_uframes_t stop_threshold;
394 snd_pcm_uframes_t silence_threshold;
395 snd_pcm_uframes_t silence_size;
396 snd_pcm_uframes_t boundary;
426 snd_pcm_uframes_t appl_ptr;
427 snd_pcm_uframes_t hw_ptr;
430 snd_pcm_uframes_t avail;
431 snd_pcm_uframes_t avail_max;
432 snd_pcm_uframes_t overrange;
446 snd_pcm_uframes_t hw_ptr;
454 snd_pcm_uframes_t appl_ptr;
455 snd_pcm_uframes_t avail_min;
479 snd_pcm_uframes_t frames;
485 snd_pcm_uframes_t frames;
574 #define SNDRV_PCM_IOCTL_REWIND _IOW('A', 0x46, snd_pcm_uframes_t)
577 #define SNDRV_PCM_IOCTL_FORWARD _IOW('A', 0x49, snd_pcm_uframes_t)