Home
last modified time | relevance | path

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

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