Lines Matching defs:master
121 /* finally overwrite with master's pfds */
318 * slave #0 = trigger master
535 * we need to trigger the master.
735 * including the first one has to be relinked to the given master.
737 static int snd_pcm_multi_link_slaves(snd_pcm_t *pcm, snd_pcm_t *master)
746 err = snd_pcm_link(master, multi->slaves[i].pcm);
751 multi->slaves[i].linked = master;
756 /* linking to a multi as a master is easy - simply link to the first
1180 [master INT] # Define the master slave
1284 if (strcmp(id, "master") == 0) {