Searched refs:link_slaves (Results 1 – 12 of 12) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_generic.c | 222 if (generic->slave->fast_ops->link_slaves) in snd_pcm_generic_link_slaves() 223 return generic->slave->fast_ops->link_slaves(generic->slave->fast_op_arg, master); in snd_pcm_generic_link_slaves()
|
D | pcm_hw.c | 834 if (pcm2->fast_ops->link_slaves) in snd_pcm_hw_link() 835 return pcm2->fast_ops->link_slaves(pcm2, pcm1); in snd_pcm_hw_link() 1473 .link_slaves = snd_pcm_hw_link_slaves, 1504 .link_slaves = snd_pcm_hw_link_slaves,
|
D | pcm_mmap_emul.c | 391 .link_slaves = snd_pcm_generic_link_slaves,
|
D | pcm_hooks.c | 190 .link_slaves = snd_pcm_generic_link_slaves,
|
D | pcm_plugin.c | 656 .link_slaves = snd_pcm_generic_link_slaves,
|
D | pcm_dsnoop.c | 533 .link_slaves = NULL,
|
D | pcm_dshare.c | 659 .link_slaves = NULL,
|
D | pcm_file.c | 863 .link_slaves = snd_pcm_generic_link_slaves,
|
D | pcm_ioplug.c | 941 .link_slaves = NULL,
|
D | pcm_dmix.c | 963 .link_slaves = NULL,
|
D | pcm_multi.c | 1037 .link_slaves = snd_pcm_multi_link_slaves,
|
D | pcm_local.h | 170 int (*link_slaves)(snd_pcm_t *pcm, snd_pcm_t *master); member
|