Searched refs:link_slaves (Results 1 - 12 of 12) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A 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()
|
H A D | pcm_hw.c | 919 if (pcm2->fast_ops->link_slaves) in snd_pcm_hw_link() 920 return pcm2->fast_ops->link_slaves(pcm2->fast_op_arg, pcm1); in snd_pcm_hw_link() 1558 .link_slaves = snd_pcm_hw_link_slaves, 1589 .link_slaves = snd_pcm_hw_link_slaves,
|
H A D | pcm_mmap_emul.c | 391 .link_slaves = snd_pcm_generic_link_slaves,
|
H A D | pcm_hooks.c | 190 .link_slaves = snd_pcm_generic_link_slaves,
|
H A D | pcm_plugin.c | 676 .link_slaves = snd_pcm_generic_link_slaves,
|
H A D | pcm_dsnoop.c | 499 .link_slaves = NULL,
|
H A D | pcm_dshare.c | 627 .link_slaves = NULL,
|
H A D | pcm_dmix.c | 931 .link_slaves = NULL,
|
H A D | pcm_ioplug.c | 941 .link_slaves = NULL,
|
H A D | pcm_file.c | 863 .link_slaves = snd_pcm_generic_link_slaves,
|
H A D | pcm_local.h | 174 int (*link_slaves)(snd_pcm_t *pcm, snd_pcm_t *master); member
|
H A D | pcm_multi.c | 1048 .link_slaves = snd_pcm_multi_link_slaves,
|
Completed in 19 milliseconds