Searched refs:tplg_get_integer (Results 1 - 9 of 9) sorted by relevance
/third_party/alsa-lib/src/topology/ |
H A D | dapm.c | 392 if (tplg_get_integer(n, &index, 0)) in tplg_parse_dapm_graph() 580 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_dapm_widget() 589 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_dapm_widget() 619 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_dapm_widget() 628 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_dapm_widget() 637 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_dapm_widget()
|
H A D | ops.c | 95 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_ops() 180 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_ext_ops()
|
H A D | channel.c | 123 if (tplg_get_integer(n, &value, 0) < 0) in tplg_parse_channel()
|
H A D | ctl.c | 348 if (tplg_get_integer(n, &val, 0)) in tplg_parse_tlv_dbscale() 467 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_control_bytes() 476 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_control_bytes() 485 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_control_bytes() 494 if (tplg_get_integer(n, &ival, 16)) in tplg_parse_control_bytes() 795 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_control_mixer()
|
H A D | tplg_local.h | 325 int tplg_get_integer(snd_config_t *n, int *val, int base);
|
H A D | elem.c | 436 if (tplg_get_integer(n, &elem->index, 0)) { in tplg_elem_new_common()
|
H A D | parser.c | 26 int tplg_get_integer(snd_config_t *n, int *val, int base) in tplg_get_integer() function
|
H A D | data.c | 1071 if (tplg_get_integer(n, &value, 0)) in tplg_parse_tokens() 1408 if (tplg_get_integer(n, &ival, 0)) in tplg_parse_data()
|
H A D | pcm.c | 382 if (tplg_get_integer(n, &ival, 0) < 0) in parse_unsigned()
|
Completed in 11 milliseconds