Searched refs:snd_pcm_uframes_t (Results 1 – 9 of 9) sorted by relevance
147 typedef unsigned long snd_pcm_uframes_t; typedef422 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */444 snd_pcm_uframes_t stop_threshold; /* - stop playback */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 */534 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */575 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */610 snd_pcm_uframes_t frames;[all …]
370 snd_pcm_uframes_t avail_max;399 snd_pcm_uframes_t start_threshold;400 snd_pcm_uframes_t stop_threshold;401 snd_pcm_uframes_t silence_threshold;402 snd_pcm_uframes_t silence_size;403 snd_pcm_uframes_t boundary;1195 void __user *buf, snd_pcm_uframes_t frames) in snd_pcm_lib_read()1223 void *buf, snd_pcm_uframes_t frames) in snd_pcm_kernel_read()1237 void **bufs, snd_pcm_uframes_t frames) in snd_pcm_kernel_readv()1547 snd_pcm_uframes_t appl_ptr; /* appl ptr */[all …]
18 extern snd_pcm_uframes_t pxa2xx_pcm_pointer(struct snd_pcm_substream *substream);36 extern snd_pcm_uframes_t
24 snd_pcm_uframes_t appl_ptr; /* Last seen appl_ptr */39 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; in snd_pcm_indirect_playback_transfer()81 static inline snd_pcm_uframes_t113 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; in snd_pcm_indirect_capture_transfer()154 static inline snd_pcm_uframes_t
33 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream);34 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream);
133 snd_pcm_uframes_t (*pointer)(struct snd_soc_component *component,
1510 snd_pcm_uframes_t resume_pos;
66 snd_pcm_uframes_t dma_posn,67 snd_pcm_uframes_t dai_posn
93 snd_pcm_uframes_t pos
Completed in 28 milliseconds