Searched refs:frames_to_bytes (Results 1 – 2 of 2) sorted by relevance
48 rec->sw_ready += (int)frames_to_bytes(runtime, diff); in snd_pcm_indirect_playback_transfer()116 rec->sw_ready -= frames_to_bytes(runtime, diff); in snd_pcm_indirect_capture_transfer()
705 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes() function727 return frames_to_bytes(runtime, runtime->buffer_size); in snd_pcm_lib_buffer_bytes()737 return frames_to_bytes(runtime, runtime->period_size); in snd_pcm_lib_period_bytes()