Home
last modified time | relevance | path

Searched refs:pcm1 (Results 1 - 7 of 7) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_generic.c211 int snd_pcm_generic_link(snd_pcm_t *pcm1, snd_pcm_t *pcm2) in snd_pcm_generic_link() argument
213 snd_pcm_generic_t *generic = pcm1->private_data; in snd_pcm_generic_link()
H A Dpcm_generic.h143 int snd_pcm_generic_link(snd_pcm_t *pcm1, snd_pcm_t *pcm2);
H A Dpcm_hw.c896 static int hw_link(snd_pcm_t *pcm1, snd_pcm_t *pcm2) in hw_link() argument
898 snd_pcm_hw_t *hw1 = pcm1->private_data; in hw_link()
916 static int snd_pcm_hw_link(snd_pcm_t *pcm1, snd_pcm_t *pcm2) in snd_pcm_hw_link() argument
920 return pcm2->fast_ops->link_slaves(pcm2->fast_op_arg, pcm1); in snd_pcm_hw_link()
923 return hw_link(pcm1, pcm2); in snd_pcm_hw_link()
H A Dpcm.c1708 * \param pcm1 first PCM handle
1714 int snd_pcm_link(snd_pcm_t *pcm1, snd_pcm_t *pcm2) in snd_pcm_link() argument
1718 assert(pcm1); in snd_pcm_link()
1720 if (pcm1->fast_ops->link) in snd_pcm_link()
1721 err = pcm1->fast_ops->link(pcm1->fast_op_arg, pcm2); in snd_pcm_link()
H A Dpcm_multi.c759 static int snd_pcm_multi_link(snd_pcm_t *pcm1, snd_pcm_t *pcm2) in snd_pcm_multi_link() argument
761 snd_pcm_multi_t *multi = pcm1->private_data; in snd_pcm_multi_link()
H A Dpcm_local.h173 int (*link)(snd_pcm_t *pcm1, snd_pcm_t *pcm2);
/third_party/alsa-lib/include/
H A Dpcm.h573 int snd_pcm_link(snd_pcm_t *pcm1, snd_pcm_t *pcm2);

Completed in 22 milliseconds