Searched refs:snd_config_make_integer (Results 1 – 3 of 3) sorted by relevance
292 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()
136 int snd_config_make_integer(snd_config_t **config, const char *key);
2501 int snd_config_make_integer(snd_config_t **config, const char *id) in snd_config_make_integer() function