Searched refs:pcm_read (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/core/oss/ |
| H A D | io.c | 30 #define pcm_read(plug,buf,count) snd_pcm_oss_read3(plug,buf,count,1) macro 73 return pcm_read(plugin->plug, dst_channels->area.addr, frames); in io_capture_transfer()
|
| /OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/ |
| H A D | asoundlib.h | 191 int pcm_read(struct pcm *pcm, void *data, unsigned int count);
|
| H A D | tinycap.c | 222 while (capturing && !pcm_read(pcm, buffer, size)) { in capture_sample()
|
| H A D | pcm.c | 429 int pcm_read(struct pcm *pcm, void *data, unsigned int count) in pcm_read() function
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/ |
| H A D | widget.cpp | 119 while (capturing && !pcm_read(ahub_pcm, buffer, size)) { in capture_sample()
|