Searched refs:tplg_get_integer (Results 1 – 9 of 9) sorted by relevance
/third_party/alsa-lib/src/topology/ |
D | dapm.c | 393 if (tplg_get_integer(n, &index, 0)) in tplg_parse_dapm_graph() 581 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_dapm_widget() 590 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_dapm_widget() 609 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_dapm_widget() 618 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_dapm_widget() 627 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_dapm_widget()
|
D | ops.c | 96 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_ops() 181 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_ext_ops()
|
D | ctl.c | 347 if (tplg_get_integer(n, &val, 0)) in tplg_parse_tlv_dbscale() 466 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_control_bytes() 475 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_control_bytes() 484 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_control_bytes() 493 if (tplg_get_integer(n, &ival, 16)) in tplg_parse_control_bytes() 794 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_control_mixer()
|
D | channel.c | 124 if (tplg_get_integer(n, &value, 0) < 0) in tplg_parse_channel()
|
D | parser.c | 46 int tplg_get_integer(snd_config_t *n, int *val, int base) in tplg_get_integer() function
|
D | elem.c | 437 if (tplg_get_integer(n, &elem->index, 0)) { in tplg_elem_new_common()
|
D | tplg_local.h | 324 int tplg_get_integer(snd_config_t *n, int *val, int base);
|
D | data.c | 1070 if (tplg_get_integer(n, &value, 0)) in tplg_parse_tokens() 1407 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_data()
|
D | pcm.c | 383 if (tplg_get_integer(n, &ival, 0) < 0) in parse_unsigned()
|