Searched refs:snd_config_searchv (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/test/lsb/ |
H A D | config.c | 206 ALSA_CHECK(snd_config_searchv(top, &c, "a", NULL)); in test_searchv() 209 ALSA_CHECK(snd_config_searchv(top, &c, "b", "d.e", NULL)); in test_searchv() 212 ALSA_CHECK(snd_config_searchv(top, NULL, "b.c", NULL)); in test_searchv() 213 TEST_CHECK(snd_config_searchv(top, NULL, "x", NULL) == -ENOENT); in test_searchv() 214 TEST_CHECK(snd_config_searchv(top, &c, "b.y", NULL) == -ENOENT); in test_searchv() 215 TEST_CHECK(snd_config_searchv(top, &c, "a", "z", NULL) == -ENOENT); in test_searchv()
|
/third_party/alsa-lib/include/ |
H A D | conf.h | 106 int snd_config_searchv(snd_config_t *config,
|
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 1038 if (snd_config_searchv(comment, &db_node, "dbvalue", index, NULL) < 0 || in convert_to_new_db() 1512 err = snd_config_searchv(top, &control, "state", id, "control", 0); in set_controls() 1516 err = snd_config_searchv(top, &control, "state", tmpid, "control", 0); in set_controls()
|
Completed in 4 milliseconds