Home
last modified time | relevance | path

Searched refs:frames_to_bytes (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/sound/
Dpcm-indirect.h61 rec->sw_ready += (int)frames_to_bytes(runtime, diff); in snd_pcm_indirect_playback_transfer()
129 rec->sw_ready -= frames_to_bytes(runtime, diff); in snd_pcm_indirect_capture_transfer()
Dpcm.h718 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes() function
740 return frames_to_bytes(runtime, runtime->buffer_size); in snd_pcm_lib_buffer_bytes()
750 return frames_to_bytes(runtime, runtime->period_size); in snd_pcm_lib_period_bytes()