/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_generic.c | 184 return snd_pcm_delay(generic->slave, delayp);
|
pcm_share.c | 707 err = snd_pcm_delay(slave->pcm, &sd); 765 return snd_pcm_delay(slave->pcm, delayp); 935 err = snd_pcm_delay(spcm, &sd); [all...] |
pcm_plugin.c | 143 int err = snd_pcm_delay(plugin->gen.slave, &sd);
|
pcm_multi.c | 415 return snd_pcm_delay(slave, delayp); [all...] |
pcm.c | 405 use functions #snd_pcm_avail(), #snd_pcm_delay() or #snd_pcm_avail_delay(). 412 The function #snd_pcm_delay() returns the delay in samples. 423 #snd_pcm_delay() and returns both values in sync. 969 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) function [all...] |
/device/samsung/crespo/alsa-lib/aserver/ |
aserver.c | 442 ctrl->result = snd_pcm_delay(pcm, (snd_pcm_sframes_t *) &ctrl->u.delay.frames);
|
/device/samsung/crespo/alsa-lib/include/ |
pcm.h | 440 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp); [all...] |