/third_party/alsa-lib/src/timer/ |
H A 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()
|
H A 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/rawmidi/ |
H A D | rawmidi.c | 179 snd_config_t *conf, *type_conf = NULL; in snd_rawmidi_open_conf() local 211 err = snd_config_search_definition(rawmidi_root, "rawmidi_type", str, &type_conf); in snd_rawmidi_open_conf() 213 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_rawmidi_open_conf() 218 snd_config_for_each(i, next, type_conf) { in snd_rawmidi_open_conf() 259 if (type_conf) in snd_rawmidi_open_conf() 260 snd_config_delete(type_conf); in snd_rawmidi_open_conf() 281 if (type_conf) in snd_rawmidi_open_conf() 282 snd_config_delete(type_conf); in snd_rawmidi_open_conf()
|
/third_party/alsa-lib/src/hwdep/ |
H A 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/pcm/ |
H A D | pcm_meter.c | 616 snd_config_t *c, *type_conf = NULL; in snd_pcm_meter_add_scope_conf() local 643 err = snd_config_search_definition(root, "pcm_scope_type", str, &type_conf); in snd_pcm_meter_add_scope_conf() 645 snd_config_for_each(i, next, type_conf) { in snd_pcm_meter_add_scope_conf() 689 if (type_conf) in snd_pcm_meter_add_scope_conf() 690 snd_config_delete(type_conf); in snd_pcm_meter_add_scope_conf()
|
H A D | pcm.c | 2569 snd_config_t *conf, *type_conf = NULL, *tmp; in snd_pcm_open_conf() local 2604 err = snd_config_search_definition(pcm_root, "pcm_type", str, &type_conf); in snd_pcm_open_conf() 2606 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_pcm_open_conf() 2611 snd_config_for_each(i, next, type_conf) { in snd_pcm_open_conf() 2705 if (type_conf) in snd_pcm_open_conf() 2706 snd_config_delete(type_conf); in snd_pcm_open_conf()
|
/third_party/alsa-lib/src/control/ |
H A D | control.c | 1446 snd_config_t *conf, *type_conf = NULL; in snd_ctl_open_conf() local 1476 err = snd_config_search_definition(ctl_root, "ctl_type", str, &type_conf); in snd_ctl_open_conf() 1478 if (snd_config_get_type(type_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_ctl_open_conf() 1483 snd_config_for_each(i, next, type_conf) { in snd_ctl_open_conf() 1554 if (type_conf) in snd_ctl_open_conf() 1555 snd_config_delete(type_conf); in snd_ctl_open_conf()
|
/third_party/alsa-lib/src/seq/ |
H A 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()
|