Searched refs:snd_pcm_sframes_t (Results 1 – 5 of 5) sorted by relevance
40 snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr; in snd_pcm_indirect_playback_transfer()44 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2)) in snd_pcm_indirect_playback_transfer()114 snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr; in snd_pcm_indirect_capture_transfer()117 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2)) in snd_pcm_indirect_capture_transfer()
375 snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */1182 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream,1186 static inline snd_pcm_sframes_t1193 static inline snd_pcm_sframes_t1200 static inline snd_pcm_sframes_t1207 static inline snd_pcm_sframes_t1214 static inline snd_pcm_sframes_t1221 static inline snd_pcm_sframes_t1228 static inline snd_pcm_sframes_t1235 static inline snd_pcm_sframes_t[all …]
239 snd_pcm_sframes_t *cpu_delay, snd_pcm_sframes_t *codec_delay);346 snd_pcm_sframes_t (*delay)(struct snd_pcm_substream *,
152 snd_pcm_sframes_t (*delay)(struct snd_soc_component *component,535 snd_pcm_sframes_t *cpu_delay, snd_pcm_sframes_t *codec_delay);
148 typedef signed long snd_pcm_sframes_t; typedef488 snd_pcm_sframes_t delay; /* current delay in frames */608 snd_pcm_sframes_t result;614 snd_pcm_sframes_t result;685 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t)
Completed in 33 milliseconds