Searched refs:func_conf (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconf.c3249 snd_config_t *c, *func_conf = NULL; local
3267 err = snd_config_search_definition(root, "hook_func", str, &func_conf);
3270 if (snd_config_get_type(func_conf) != SND_CONFIG_TYPE_COMPOUND) {
3275 snd_config_for_each(i, next, func_conf) {
3322 if (func_conf)
3323 snd_config_delete(func_conf);
4173 snd_config_t *c, *func_conf = NULL; local
4183 err = snd_config_search_definition(root, "func", str, &func_conf);
4186 if (snd_config_get_type(func_conf) != SND_CONFIG_TYPE_COMPOUND) {
4190 snd_config_for_each(i, next, func_conf) {
[all...]

Completed in 164 milliseconds