Home
last modified time | relevance | path

Searched refs:snd_config_imake_integer (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-lib/test/lsb/
Dconfig.c82 ALSA_CHECK(snd_config_imake_integer(&c, "i", 42)); in test_load()
90 ALSA_CHECK(snd_config_imake_integer(&c, "i", 42)); in test_load()
100 ALSA_CHECK(snd_config_imake_integer(&c2, "elem", 0)); in test_load()
227 ALSA_CHECK(snd_config_imake_integer(&c2, "c2", 0xc2)); in test_add()
240 ALSA_CHECK(snd_config_imake_integer(&c5, "c5", 5)); in test_add()
244 ALSA_CHECK(snd_config_imake_integer(&c3, "c3", 333)); in test_add()
265 ALSA_CHECK(snd_config_imake_integer(&c1, "c1", 123)); in test_copy()
274 ALSA_CHECK(snd_config_imake_integer(&c2, "a", 1)); in test_copy()
350 ALSA_CHECK(snd_config_imake_integer(&c, "i", 123)); in test_imake_integer()
494 ALSA_CHECK(snd_config_imake_integer(&c, "i", 123)); in test_get_ascii()
[all …]
/third_party/alsa-lib/src/
Dconfmisc.c380 err = snd_config_imake_integer(dst, id, v); in snd_func_igetenv()
536 err = snd_config_imake_integer(dst, id, result); in snd_func_iops()
744 err = snd_config_imake_integer(dst, id, val); in snd_func_private_integer()
888 err = snd_config_imake_integer(dst, id, card); in snd_func_card_inum()
921 err = snd_config_imake_integer(&val, "card", card); in snd_func_card_driver()
1279 err = snd_config_imake_integer(dst, id, in snd_func_private_pcm_subdevice()
Dconfeval.c240 return snd_config_imake_integer(dst, NULL, left); in _snd_eval_string()
Dconf.c2765 int snd_config_imake_integer(snd_config_t **config, const char *id, const long value) in snd_config_imake_integer() function
4303 err = snd_config_imake_integer(&v, "integer", card); in _snd_config_hook_private_data()
4420 err = snd_config_imake_integer(&m, driver, 1); in snd_config_hook_load_for_all_cards()
5029 err = snd_config_imake_integer(dst, id, v); in _snd_config_expand()
/third_party/alsa-lib/include/
Dconf.h145 int snd_config_imake_integer(snd_config_t **config, const char *key, const long value);
/third_party/alsa-utils/topology/
Dpre-processor.c302 ret = snd_config_imake_integer(dst, NULL, v); in pre_process_variables_expand_fcn()
/third_party/alsa-utils/alsactl/
Dstate.c57 err = snd_config_imake_integer(&leaf, id, integer); in snd_config_integer_add()