Home
last modified time | relevance | path

Searched refs:snd_config_make_integer (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/test/lsb/
Dconfig.c292 ALSA_CHECK(snd_config_make_integer(&c, "i")); in test_make_integer()
396 ALSA_CHECK(snd_config_make_integer(&c, "i")); in test_get_type()
409 ALSA_CHECK(snd_config_make_integer(&c, "i")); in test_set_integer()
447 ALSA_CHECK(snd_config_make_integer(&c, "i")); in test_set_string()
463 ALSA_CHECK(snd_config_make_integer(&c, "i")); in test_set_ascii()
479 ALSA_CHECK(snd_config_make_integer(&c, "my_id")); in test_get_id()
/third_party/alsa-lib/include/
Dconf.h136 int snd_config_make_integer(snd_config_t **config, const char *key);
/third_party/alsa-lib/src/
Dconf.c2501 int snd_config_make_integer(snd_config_t **config, const char *id) in snd_config_make_integer() function