Lines Matching refs:snd_pcm_sframes_t
355 snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */
681 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames()
701 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes()
744 …snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_… in snd_pcm_playback_avail()
760 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr; in snd_pcm_capture_avail()
770 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_hw_avail()
779 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_hw_avail()
1071 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream,
1075 static inline snd_pcm_sframes_t
1082 static inline snd_pcm_sframes_t
1089 static inline snd_pcm_sframes_t
1096 static inline snd_pcm_sframes_t
1103 static inline snd_pcm_sframes_t
1110 static inline snd_pcm_sframes_t
1117 static inline snd_pcm_sframes_t
1124 static inline snd_pcm_sframes_t
1475 snd_pcm_sframes_t delay; /* current delay in frames */