HomeSort by relevance Sort by last modified time
    Searched refs:snd_pcm_async (Results 1 - 6 of 6) sorted by null

  /device/samsung/crespo/alsa-lib/src/
async.c 156 err = snd_pcm_async(handler->u.pcm, -1, 1);
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_generic.c 55 return snd_pcm_async(generic->slave, sig, pid);
pcm_local.h 236 #define snd_pcm_async \
351 int snd_pcm_async(snd_pcm_t *pcm, int sig, pid_t pid);
    [all...]
pcm_multi.c 94 return snd_pcm_async(slave_0, sig, pid);
    [all...]
pcm.c 139 specified time periods. You may see the #SND_PCM_ASYNC
739 int snd_pcm_async(snd_pcm_t *pcm, int sig, pid_t pid) function
    [all...]
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 402 ctrl->result = snd_pcm_async(pcm, ctrl->u.async.sig, ctrl->u.async.pid);

Completed in 342 milliseconds