/third_party/alsa-lib/src/timer/ |
D | timer_query.c | 38 snd_config_t *conf, *type_conf = NULL; in snd_timer_query_open_conf() local 69 err = snd_config_search_definition(timer_root, "timer_query_type", str, &type_conf); in snd_timer_query_open_conf() 71 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_timer_query_open_conf() 76 snd_config_for_each(i, next, type_conf) { in snd_timer_query_open_conf() 124 if (type_conf) in snd_timer_query_open_conf() 125 snd_config_delete(type_conf); in snd_timer_query_open_conf()
|
D | timer.c | 81 snd_config_t *conf, *type_conf = NULL; in snd_timer_open_conf() local 112 err = snd_config_search_definition(timer_root, "timer_type", str, &type_conf); in snd_timer_open_conf() 114 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_timer_open_conf() 118 snd_config_for_each(i, next, type_conf) { in snd_timer_open_conf() 166 if (type_conf) in snd_timer_open_conf() 167 snd_config_delete(type_conf); in snd_timer_open_conf()
|
/third_party/alsa-lib/src/hwdep/ |
D | hwdep.c | 46 snd_config_t *conf, *type_conf = NULL; in snd_hwdep_open_conf() local 77 err = snd_config_search_definition(hwdep_root, "hwdep_type", str, &type_conf); in snd_hwdep_open_conf() 79 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_hwdep_open_conf() 84 snd_config_for_each(i, next, type_conf) { in snd_hwdep_open_conf() 132 if (type_conf) in snd_hwdep_open_conf() 133 snd_config_delete(type_conf); in snd_hwdep_open_conf()
|
/third_party/alsa-lib/src/rawmidi/ |
D | rawmidi.c | 178 snd_config_t *conf, *type_conf = NULL; in snd_rawmidi_open_conf() local 210 err = snd_config_search_definition(rawmidi_root, "rawmidi_type", str, &type_conf); in snd_rawmidi_open_conf() 212 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_rawmidi_open_conf() 217 snd_config_for_each(i, next, type_conf) { in snd_rawmidi_open_conf() 258 if (type_conf) in snd_rawmidi_open_conf() 259 snd_config_delete(type_conf); in snd_rawmidi_open_conf() 280 if (type_conf) in snd_rawmidi_open_conf() 281 snd_config_delete(type_conf); in snd_rawmidi_open_conf()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_meter.c | 614 snd_config_t *c, *type_conf = NULL; in snd_pcm_meter_add_scope_conf() local 641 err = snd_config_search_definition(root, "pcm_scope_type", str, &type_conf); in snd_pcm_meter_add_scope_conf() 643 snd_config_for_each(i, next, type_conf) { in snd_pcm_meter_add_scope_conf() 687 if (type_conf) in snd_pcm_meter_add_scope_conf() 688 snd_config_delete(type_conf); in snd_pcm_meter_add_scope_conf()
|
D | pcm.c | 2511 snd_config_t *conf, *type_conf = NULL, *tmp; in snd_pcm_open_conf() local 2546 err = snd_config_search_definition(pcm_root, "pcm_type", str, &type_conf); in snd_pcm_open_conf() 2548 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_pcm_open_conf() 2553 snd_config_for_each(i, next, type_conf) { in snd_pcm_open_conf() 2647 if (type_conf) in snd_pcm_open_conf() 2648 snd_config_delete(type_conf); in snd_pcm_open_conf()
|
/third_party/alsa-lib/src/seq/ |
D | seq.c | 828 snd_config_t *conf, *type_conf = NULL; in snd_seq_open_conf() local 861 err = snd_config_search_definition(seq_root, "seq_type", str, &type_conf); in snd_seq_open_conf() 863 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_seq_open_conf() 867 snd_config_for_each(i, next, type_conf) { in snd_seq_open_conf() 915 if (type_conf) in snd_seq_open_conf() 916 snd_config_delete(type_conf); in snd_seq_open_conf()
|
/third_party/alsa-lib/src/control/ |
D | control.c | 1404 snd_config_t *conf, *type_conf = NULL; in snd_ctl_open_conf() local 1434 err = snd_config_search_definition(ctl_root, "ctl_type", str, &type_conf); in snd_ctl_open_conf() 1436 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_ctl_open_conf() 1441 snd_config_for_each(i, next, type_conf) { in snd_ctl_open_conf() 1512 if (type_conf) in snd_ctl_open_conf() 1513 snd_config_delete(type_conf); in snd_ctl_open_conf()
|