Lines Matching defs:join
457 bool join;
1413 n->u.compound.join = true;
1428 n->u.compound.join = true;
1683 n->u.compound.join) {
2612 * \param[in] join Join flag.
2618 * \a join determines how the compound node's id is printed when the
2619 * configuration is saved to a text file. For example, if the join flag
2627 * If, however, the join flag of \c a is nonzero, its id will be joined
2633 * An \e empty compound node with its join flag set would result in no
2646 int join)
2652 (*config)->u.compound.join = join;
2663 * \param[in] join Join flag.
2670 * any modification. The \a join argument is ignored in this case.
2672 * \a join determines how the compound node's id is printed when the
2673 * configuration is saved to a text file. For example, if the join flag
2681 * If, however, the join flag of \c a is nonzero, its id will be joined
2687 * An \e empty compound node with its join flag set would result in no
2698 const char *key, int join, int override)
2715 err = snd_config_make_compound(&n, s, join);
2741 err = snd_config_make_compound(&n, key, join);
4943 err = snd_config_make_compound(dst, id, src->u.compound.join);
5045 err = snd_config_make_compound(dst, id, src->u.compound.join);