Lines Matching refs:snd_pcm_sframes_t
352 snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */
683 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames()
703 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes()
746 …snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_… in snd_pcm_playback_avail()
762 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr; in snd_pcm_capture_avail()
772 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_hw_avail()
781 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_hw_avail()
1072 snd_pcm_sframes_t snd_pcm_lib_write(struct snd_pcm_substream *substream,
1075 snd_pcm_sframes_t snd_pcm_lib_read(struct snd_pcm_substream *substream,
1077 snd_pcm_sframes_t snd_pcm_lib_writev(struct snd_pcm_substream *substream,
1079 snd_pcm_sframes_t snd_pcm_lib_readv(struct snd_pcm_substream *substream,