Searched refs:frame_aligned (Results 1 – 2 of 2) sorted by relevance
3050 if (!frame_aligned(runtime, count)) in snd_pcm_read()3074 if (!frame_aligned(runtime, count)) in snd_pcm_write()3104 if (!frame_aligned(runtime, to->iov->iov_len)) in snd_pcm_readv()3139 !frame_aligned(runtime, from->iov->iov_len)) in snd_pcm_writev()
713 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) in frame_aligned() function