Lines Matching refs:access
48 static void *allocate_buf(snd_pcm_access_t access,
60 static void *allocate_vector(snd_pcm_access_t access,
88 static int fill_buf(int fd, void *frame_buffer, snd_pcm_access_t access,
107 static int fill_vector(int fd, void *frame_buffer, snd_pcm_access_t access,
149 snd_pcm_access_t access,
153 void *(*allocator)(snd_pcm_access_t access,
157 int (*fill)(int fd, void *frame_buffer, snd_pcm_access_t access,
165 if (access != SND_PCM_ACCESS_RW_NONINTERLEAVED) {
175 frame_buffer = allocator(access, sample_format, samples_per_frame,
180 err = fill(gen->fd, frame_buffer, access, sample_format,
188 err = gen->cb(gen, access ,sample_format, samples_per_frame,
200 snd_pcm_access_t access,
208 err = test_frame_count(gen, access, sample_format, i);
217 snd_pcm_access_t access)
226 err = test_samples_per_frame(gen, access, i);