Home
last modified time | relevance | path

Searched refs:snd_pcm_sframes_t (Results 1 – 5 of 5) sorted by relevance

/include/sound/
A Dpcm-indirect.h40 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()
A Dpcm.h375 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_t
1193 static inline snd_pcm_sframes_t
1200 static inline snd_pcm_sframes_t
1207 static inline snd_pcm_sframes_t
1214 static inline snd_pcm_sframes_t
1221 static inline snd_pcm_sframes_t
1228 static inline snd_pcm_sframes_t
1235 static inline snd_pcm_sframes_t
[all …]
A Dsoc-dai.h239 snd_pcm_sframes_t *cpu_delay, snd_pcm_sframes_t *codec_delay);
346 snd_pcm_sframes_t (*delay)(struct snd_pcm_substream *,
A Dsoc-component.h152 snd_pcm_sframes_t (*delay)(struct snd_soc_component *component,
535 snd_pcm_sframes_t *cpu_delay, snd_pcm_sframes_t *codec_delay);
/include/uapi/sound/
A Dasound.h148 typedef signed long snd_pcm_sframes_t; typedef
488 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