Searched refs:snd_pcm_uframes_t (Results 1 – 7 of 7) sorted by relevance
109 typedef unsigned long snd_pcm_uframes_t; typedef311 snd_pcm_uframes_t fifo_size;323 snd_pcm_uframes_t avail_min;324 snd_pcm_uframes_t xfer_align;325 snd_pcm_uframes_t start_threshold;326 snd_pcm_uframes_t stop_threshold;327 snd_pcm_uframes_t silence_threshold;328 snd_pcm_uframes_t silence_size;329 snd_pcm_uframes_t boundary;353 snd_pcm_uframes_t appl_ptr;[all …]
105 typedef unsigned long snd_pcm_uframes_t; typedef306 snd_pcm_uframes_t fifo_size;318 snd_pcm_uframes_t avail_min;319 snd_pcm_uframes_t xfer_align;320 snd_pcm_uframes_t start_threshold;321 snd_pcm_uframes_t stop_threshold;322 snd_pcm_uframes_t silence_threshold;323 snd_pcm_uframes_t silence_size;324 snd_pcm_uframes_t boundary;348 snd_pcm_uframes_t appl_ptr;[all …]
155 typedef unsigned long snd_pcm_uframes_t; typedef395 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */409 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */410 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */411 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */412 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */413 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */414 snd_pcm_uframes_t silence_size; /* silence block size */415 snd_pcm_uframes_t boundary; /* pointers wrap point */448 snd_pcm_uframes_t appl_ptr; /* appl ptr */[all …]
162 typedef unsigned long snd_pcm_uframes_t; typedef403 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */417 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */418 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */419 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */420 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */421 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */422 snd_pcm_uframes_t silence_size; /* silence block size */423 snd_pcm_uframes_t boundary; /* pointers wrap point */456 snd_pcm_uframes_t appl_ptr; /* appl ptr */[all …]
449 snd_pcm_uframes_t hw_ptr; in pcm_get_htimestamp()