Searched refs:snd_config_set_integer (Results 1 - 6 of 6) sorted by relevance
/third_party/alsa-lib/test/lsb/ |
H A D | config.c | 267 ALSA_CHECK(snd_config_set_integer(c1, 456)); in test_copy() 277 ALSA_CHECK(snd_config_set_integer(c2, 2)); in test_copy() 280 ALSA_CHECK(snd_config_set_integer(c2, 2)); in test_copy() 410 ALSA_CHECK(snd_config_set_integer(c, 123)); in test_set_integer() 415 TEST_CHECK(snd_config_set_integer(c, 123) == -EINVAL); in test_set_integer()
|
/third_party/alsa-lib/include/ |
H A D | conf.h | 168 int snd_config_set_integer(snd_config_t *config, long value);
|
/third_party/alsa-utils/topology/ |
H A D | pre-process-dapm.c | 416 ret = snd_config_set_integer(child, index); in tplg_build_dapm_route_object()
|
H A D | pre-processor.c | 745 ret = snd_config_set_integer(new, val); in pre_process_create_items()
|
H A D | pre-process-object.c | 660 ret = snd_config_set_integer(new, tuple_value); in tplg_pp_add_object_tuple_section() 1482 err = snd_config_set_integer(attr, v); in tplg_set_attribute_value()
|
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 1055 return snd_config_set_integer(value, val); in convert_to_new_db()
|
Completed in 10 milliseconds