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