Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dpcm_native.c3048 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()
/linux-4.4.14/include/sound/
Dpcm.h704 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) in frame_aligned() function