Searched refs:hwdep_conf (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-lib/src/hwdep/ |
D | hwdep.c | 41 snd_config_t *hwdep_conf, int mode) in snd_hwdep_open_conf() argument 55 if (snd_config_get_type(hwdep_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_hwdep_open_conf() 62 err = snd_config_search(hwdep_conf, "type", &conf); in snd_hwdep_open_conf() 135 err = open_func(hwdep, name, hwdep_root, hwdep_conf, mode); in snd_hwdep_open_conf() 148 snd_config_t *hwdep_conf; in snd_hwdep_open_noupdate() local 149 err = snd_config_search_definition(root, "hwdep", name, &hwdep_conf); in snd_hwdep_open_noupdate() 154 err = snd_hwdep_open_conf(hwdep, name, root, hwdep_conf, mode); in snd_hwdep_open_noupdate() 155 snd_config_delete(hwdep_conf); in snd_hwdep_open_noupdate()
|