Lines Matching refs:func_conf
3937 snd_config_t *c, *func_conf = NULL; in snd_config_hooks_call() local
3955 err = snd_config_search_definition(root, "hook_func", str, &func_conf); in snd_config_hooks_call()
3958 if (snd_config_get_type(func_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_config_hooks_call()
3963 snd_config_for_each(i, next, func_conf) { in snd_config_hooks_call()
4010 if (func_conf) in snd_config_hooks_call()
4011 snd_config_delete(func_conf); in snd_config_hooks_call()
5100 snd_config_t *c, *func_conf = NULL; in _snd_config_evaluate() local
5110 err = snd_config_search_definition(root, "func", str, &func_conf); in _snd_config_evaluate()
5113 if (snd_config_get_type(func_conf) != SND_CONFIG_TYPE_COMPOUND) { in _snd_config_evaluate()
5118 snd_config_for_each(i, next, func_conf) { in _snd_config_evaluate()
5168 if (func_conf) in _snd_config_evaluate()
5169 snd_config_delete(func_conf); in _snd_config_evaluate()