Searched refs:snd_pcm_uframes_t (Results 1 - 6 of 6) sorted by relevance

/include/sound/
H A Ddmaengine_pcm.h41 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream);
H A Dasound.h143 typedef unsigned long snd_pcm_uframes_t; typedef
369 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
383 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
384 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
385 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
386 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
387 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
388 snd_pcm_uframes_t silence_size; /* silence block size */
389 snd_pcm_uframes_t boundary; /* pointers wrap point */
404 snd_pcm_uframes_t appl_pt
[all...]
H A Dcompress_offload.h70 snd_pcm_uframes_t pcm_frames;
71 snd_pcm_uframes_t pcm_io_frames;
H A Dpcm.h73 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream);
75 snd_pcm_uframes_t pos,
76 void __user *buf, snd_pcm_uframes_t count);
78 snd_pcm_uframes_t pos, snd_pcm_uframes_t count);
111 #define SNDRV_PCM_POS_XRUN ((snd_pcm_uframes_t)-1)
278 snd_pcm_uframes_t avail_max;
279 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */
280 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */
291 snd_pcm_uframes_t period_siz
[all...]
H A Dpcm-indirect.h37 snd_pcm_uframes_t appl_ptr; /* Last seen appl_ptr */
52 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr;
91 static inline snd_pcm_uframes_t
118 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr;
156 static inline snd_pcm_uframes_t
H A Dpxa2xx-lib.h20 extern snd_pcm_uframes_t pxa2xx_pcm_pointer(struct snd_pcm_substream *substream);

Completed in 73 milliseconds