Lines Matching refs:snd_pcm_sframes_t
375 snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */
751 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames()
775 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes()
826 …snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_… in snd_pcm_playback_avail()
844 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr; in snd_pcm_capture_avail()
856 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_hw_avail()
867 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_hw_avail()
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
1548 snd_pcm_sframes_t delay; /* current delay in frames */