Searched refs:pcm_read (Results 1 – 3 of 3) sorted by relevance
152 int pcm_read(struct pcm *pcm, void *data, unsigned int count);
205 while (capturing && !pcm_read(pcm, buffer, size)) { in capture_sample()
405 int pcm_read(struct pcm *pcm, void *data, unsigned int count) in pcm_read() function