Lines Matching refs:snd_config_t
29 static int get_string(snd_config_t *compound, const char *key, const char **str)
31 snd_config_t *node;
41 snd_config_t *inc,
42 snd_config_t **result,
43 snd_config_t **before,
44 snd_config_t **after)
84 static void config_dump(snd_config_t *cfg)
95 snd_config_t **res, snd_config_t *dst,
96 const char *id, snd_config_t *pos)
117 static int merge_it(snd_config_t *dst, snd_config_t *n, snd_config_t **_dn)
119 snd_config_t *dn;
138 snd_config_t *dst, snd_config_t *src,
139 snd_config_t *before, snd_config_t *after)
142 snd_config_t *n, *_before = NULL, *_after = NULL;
241 snd_config_t *parent, snd_config_t *new_ctx,
242 snd_config_t *before, snd_config_t *after)
245 snd_config_t *n, *parent2;
282 snd_config_t *parent,
283 snd_config_t *inc)
286 snd_config_t *a, *n, *before, *after;