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

/include/sound/
H A Dpcm-indirect.h53 snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr;
57 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2))
119 snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr;
122 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2))
H A Dpcm.h283 snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */
586 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size)
596 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size)
623 snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_ptr;
636 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr;
642 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime)
647 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime)
882 snd_pcm_sframes_t snd_pcm_lib_write(struct snd_pcm_substream *substream,
885 snd_pcm_sframes_t snd_pcm_lib_read(struct snd_pcm_substream *substream,
887 snd_pcm_sframes_t snd_pcm_lib_write
[all...]
H A Dasound.h144 typedef signed long snd_pcm_sframes_t; typedef
406 snd_pcm_sframes_t delay; /* current delay in frames */
444 snd_pcm_sframes_t result;
450 snd_pcm_sframes_t result;
470 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t)
H A Dsoc-dai.h180 snd_pcm_sframes_t (*delay)(struct snd_pcm_substream *,
H A Dsoc.h703 snd_pcm_sframes_t (*delay)(struct snd_pcm_substream *,

Completed in 34 milliseconds