Home
last modified time | relevance | path

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

/include/sound/
Dpcm-indirect.h100 return bytes_to_frames(substream->runtime, rec->sw_io); in snd_pcm_indirect_playback_pointer()
177 return bytes_to_frames(substream->runtime, rec->sw_io); in snd_pcm_indirect_capture_pointer()
Dpcm.h763 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames() function