Searched refs:frame_aligned (Results 1 – 2 of 2) sorted by relevance
3048 if (!frame_aligned(runtime, count)) in snd_pcm_read()3072 if (!frame_aligned(runtime, count)) in snd_pcm_write()3102 if (!frame_aligned(runtime, to->iov->iov_len)) in snd_pcm_readv()3137 !frame_aligned(runtime, from->iov->iov_len)) in snd_pcm_writev()
704 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) in frame_aligned() function