Searched refs:snd_config_set_integer (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-lib/test/lsb/ |
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-utils/topology/ |
D | pre-process-dapm.c | 390 ret = snd_config_set_integer(child, index); in tplg_build_dapm_route_object() 529 err = snd_config_set_integer(child, buffer_size); in tplg_update_buffer_auto_attr()
|
D | pre-process-object.c | 595 ret = snd_config_set_integer(new, tuple_value); in tplg_pp_add_object_tuple_section() 1398 err = snd_config_set_integer(attr, v); in tplg_set_attribute_value()
|
/third_party/alsa-lib/include/ |
D | conf.h | 157 int snd_config_set_integer(snd_config_t *config, long value);
|
/third_party/alsa-lib/src/ |
D | conf.c | 2946 int snd_config_set_integer(snd_config_t *config, long value) in snd_config_set_integer() function 4931 snd_config_set_integer(*dst, v); in _snd_config_copy() 5542 err = snd_config_set_integer(sub, v); in parse_args()
|
/third_party/alsa-utils/alsactl/ |
D | state.c | 1055 return snd_config_set_integer(value, val); in convert_to_new_db()
|