Home
last modified time | relevance | path

Searched refs:pcm_read (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dio.c30 #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 Dasoundlib.h191 int pcm_read(struct pcm *pcm, void *data, unsigned int count);
H A Dtinycap.c222 while (capturing && !pcm_read(pcm, buffer, size)) { in capture_sample()
H A Dpcm.c429 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 Dwidget.cpp119 while (capturing && !pcm_read(ahub_pcm, buffer, size)) { in capture_sample()