Lines Matching refs:snd_pcm_sframes_t
358 snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */
719 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames()
743 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes()
794 …snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_… in snd_pcm_playback_avail()
812 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr; in snd_pcm_capture_avail()
824 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_hw_avail()
835 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_hw_avail()
1139 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream,
1143 static inline snd_pcm_sframes_t
1150 static inline snd_pcm_sframes_t
1157 static inline snd_pcm_sframes_t
1164 static inline snd_pcm_sframes_t
1171 static inline snd_pcm_sframes_t
1178 static inline snd_pcm_sframes_t
1185 static inline snd_pcm_sframes_t
1192 static inline snd_pcm_sframes_t
1571 snd_pcm_sframes_t delay; /* current delay in frames */