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

  /device/samsung/crespo/alsa-lib/test/
latency.c 609 if ((err = snd_pcm_link(chandle, phandle)) < 0) {
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_multi.c 330 if (snd_pcm_link(multi->slaves[0].pcm, multi->slaves[i].pcm) >= 0)
647 err = snd_pcm_link(master, multi->slaves[i].pcm);
    [all...]
pcm.c 480 for hardware synchronized streams. When the #snd_pcm_link()
1349 int snd_pcm_link(snd_pcm_t *pcm1, snd_pcm_t *pcm2) function
    [all...]
  /device/samsung/crespo/alsa-lib/include/
pcm.h 456 int snd_pcm_link(snd_pcm_t *pcm1, snd_pcm_t *pcm2);
    [all...]

Completed in 14 milliseconds