Searched refs:pcm_read (Results 1 – 4 of 4) sorted by relevance
234 int pcm_read(struct pcm *pcm, void *data, unsigned int count);
240 while (capturing && !pcm_read(pcm, buffer, size)) { in capture_sample()
302 if (pcm_read(pcm_cap, buffer, size)) { in play_sample()
558 int pcm_read(struct pcm *pcm, void *data, unsigned int count) in pcm_read() function